Files
grafana/pkg/tsdb/prometheus/testdata/range_auto.query.json
T
Grot (@grafanabot) 94341ed95c [v9.2.x] Prometheus: Various buffered and streaming parsing fixes (#56468)
* Prometheus: Various buffered and streaming parsing fixes (#55941)

(cherry picked from commit 1c61c81dde)

* switch back to 0 instead of NaN for 9.2 buffered responses

Co-authored-by: Todd Treece <360020+toddtreece@users.noreply.github.com>
2022-10-07 13:02:12 -04:00

10 lines
238 B
JSON

{
"RefId": "A",
"RangeQuery": true,
"Start": 1664376185,
"End": 1664376485,
"Step": 1,
"LegendFormat": "__auto",
"Expr": "histogram_quantile(0.95, sum(rate(tns_request_duration_seconds_bucket[$__rate_interval])) by (le))"
}