Skip to main content

Timeseries queries

Time-bucketed cache metrics over a window. Every timeseries query must include interval (or the deprecated intervalInSeconds). Each example below posts JSON to:
with 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.
The examples below pin the model side with {"fieldName": "virtualModelName", "operator": "IS_NULL", "value": true}. Flip to false for virtual-model-only series.
Track cost savings per namespace over time:
Watch for regressions in cache lookups:
Track cache read volume per cache type:
Volume by cacheLookupStatus over time:
Daily cost savings across a 7-day window:
Fine-grained breakdown to investigate a regression:
Combine cache-type filter with namespace breakdown: