Timeseries queries
Time-bucketed MCP metrics over a window. Every timeseries query must includeinterval (or the deprecated intervalInSeconds). Each example below posts JSON to:
Authorization: Bearer <your_api_key> and Content-Type: application/json. To keep the snippets short, only the JSON body is shown; the wrapper is identical to the Overview Quick Start.
MCP metrics include all JSON-RPC methods by default. Pin the tool-call subset with
{"fieldName": "method", "operator": "IN", "value": ["tools/call"]} when you want toolName populated.Hourly request volume
Hourly request volume
Total MCP requests per hour:
Hourly tool-call counts
Hourly tool-call counts
Hourly tool calls grouped by tool:
Hourly p99 latency by server
Hourly p99 latency by server
Track regressions per server, bucket-by-bucket:
Hourly method mix
Hourly method mix
Volume per JSON-RPC method over time:
5-minute traffic on a specific server
5-minute traffic on a specific server
Fine-grained tool-call traffic on one server:
Daily traffic over a week
Daily traffic over a week
Daily tool-call volume across a 7-day window:
Hourly counts by team
Hourly counts by team
Per-team tool-call usage over time:
Complex timeseries query
Complex timeseries query
Multiple filters and grouping together: