Skip to content

Commit

Permalink
docs: update analytics screenshot
Browse files Browse the repository at this point in the history
  • Loading branch information
marcklingen committed Oct 8, 2024
1 parent cde63df commit 9886ff3
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions pages/docs/analytics/overview.mdx
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
---
title: Open Source LLM Analytics
description: Improve your LLM application with open source product analytics measuring latency, cost, and quality across various dimensions.
---

# LLM Analytics with Langfuse (open source)
# LLM Analytics

Langfuse analytics derives actionable insights from production data.
Langfuse analytics derives actionable insights from [production traces](/docs/tracing).

<Frame>
![Analytics](https://static.langfuse.com/changelog-2023-10-09-dashboard-out-of-alpha.gif)
</Frame>
<CloudflareVideo
videoId="634531f52a1d3b1fc22f40f1be12a375"
gifStyle
aspectRatio={1820 / 1080}
/>

→ Not using Langfuse yet? Explore the dashboard in our [interactive demo](/docs/demo).

Expand All @@ -24,6 +27,7 @@ Analytics is incrementally adoptable based on the data you send to Langfuse. The

- Trace name: differentiate between different use cases, features, etc. by adding a `name` field to your traces.
- User: track usage and cost by user. Just add a `userId` to your traces ([docs](/docs/tracing-features/users)).
- Tags: filter different use cases, features, etc. by adding [tags](/docs/tracing-features/tags) to your traces.
- Release and version numbers: track how changes to the LLM application affected your metrics.

## Feedback
Expand Down

0 comments on commit 9886ff3

Please sign in to comment.