Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added images/wrangler_insights.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions why-promptlayer/analytics.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ Here you can find key performance indicators to assess your application's perfor

Understanding usage patterns is crucial for optimizing your application and improving user experience. Analyzing usage patterns involves exploring prompt registry states, model distributions, tokens and requests over time, latency and cost analytics, and prompt template overall costs. These features provide insights into how prompts, models, and resources are utilized, helping you make informed decisions to enhance your application's performance.

## Ask Wrangler for request-data insights

If you want a quick read on request usage, open the Wrangler assistant in the bottom-right of the screen and ask directly (for example: "Create a graph of most used prompts over the past week"). Wrangler can probe request analytics first, confirm which prompts have traffic, and then build a chart view from that data.

![Wrangler insights in Prompt usage analysis](/images/wrangler_insights.png)

## Filtering and Organization

To streamline your analysis, the analytics page offers filtering options based on metadata and tags.
Expand Down
Loading