GoogleCloudPlatform / GoogleCloudPlatform/monitoring-dashboard-samples
$__range
Open
- Dominant language
- TypeScript
- Stars
- 558
- Forks
- 353
- Avg merge
- 20h 55m
- Merged PRs (30d)
- 4
Description
The Prometheus/Grafana `$__range` builtin variable doesn't seem to be supported.
My converted Grafana dashboard result in the use of in something like:
`sum(increase(metric[$__range]))`
This won't give any data as `$__range` is not understood. I don't want the `${__interval}` as I want to sum over the entire selected time range in the dashboard.
Can I manually correct this or is this simply not possible in GKE using PromQL
Contributor guide
Assessment
This issue has not been assessed yet.