get_daily_metrics
Avoid manual trace aggregation by fetching Langfuse's pre-computed daily metrics for counts, costs, and token usage per day to analyze trends over long windows.
Instructions
Fetch Langfuse's pre-aggregated daily metrics rollup.
Returns per-day totals (trace count, cost, token usage) computed by Langfuse server-side. Faster than aggregating traces yourself when you want high-level trends over a long window.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| project | No | ||
| user_id | No | ||
| to_timestamp | No | ||
| from_timestamp | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||