Prometheus: Create jsonschema spec (#85077)
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"from": "now-1h",
|
||||
"to": "now",
|
||||
"queries": [
|
||||
{
|
||||
"refId": "A",
|
||||
"maxDataPoints": 1000,
|
||||
"intervalMs": 5,
|
||||
"expr": "1+1"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user