diff --git a/pages/docs/analytics/overview.mdx b/pages/docs/analytics/overview.mdx index 86aa6e9cf..8333227d1 100644 --- a/pages/docs/analytics/overview.mdx +++ b/pages/docs/analytics/overview.mdx @@ -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). - - ![Analytics](https://static.langfuse.com/changelog-2023-10-09-dashboard-out-of-alpha.gif) - + → Not using Langfuse yet? Explore the dashboard in our [interactive demo](/docs/demo). @@ -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