Prometheus: Create jsonschema spec (#85077)
(cherry picked from commit e5cf863973)
Co-authored-by: Ryan McKinley <ryantxu@gmail.com>
12 lines
161 B
JSON
12 lines
161 B
JSON
{
|
|
"from": "now-1h",
|
|
"to": "now",
|
|
"queries": [
|
|
{
|
|
"refId": "A",
|
|
"maxDataPoints": 1000,
|
|
"intervalMs": 5,
|
|
"expr": "1+1"
|
|
}
|
|
]
|
|
} |