grafana/pkg/promlib/models/query.request.example.json
2024-03-26 16:36:39 +03:00

12 lines
161 B
JSON

{
"from": "now-1h",
"to": "now",
"queries": [
{
"refId": "A",
"maxDataPoints": 1000,
"intervalMs": 5,
"expr": "1+1"
}
]
}