get_langfuse_trace_volume
Retrieve daily trace and observation counts from Langfuse to identify request spikes, growth trends, and volume surges that may drive LLM cost increases.
Instructions
Daily trace and observation counts from Langfuse, usage volume over time.
Use this to identify request spikes, growth trends, or unexpected volume surges that may be driving LLM cost increases.
Requires LANGFUSE_PUBLIC_KEY and LANGFUSE_SECRET_KEY.
Args: days: lookback window in days (default 30) start_date: ISO date string YYYY-MM-DD end_date: ISO date string YYYY-MM-DD
Examples: - "How many LLM traces did we run this month in Langfuse?" - "Show me daily AI request volume for the last 30 days" - "Was there a spike in Langfuse traces last week?"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | ||
| end_date | No | ||
| start_date | No |