[v11.0.x] Prometheus: Create jsonschema spec (#86197)
Prometheus: Create jsonschema spec (#85077)
(cherry picked from commit e5cf863973)
Co-authored-by: Ryan McKinley <ryantxu@gmail.com>
This commit is contained in:
co-authored by
Ryan McKinley
parent
e00a5ec73e
commit
8d366eb67c
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"type": "table",
|
||||
"targets": [
|
||||
{
|
||||
"refId": "A",
|
||||
"datasource": {
|
||||
"type": "prometheus",
|
||||
"uid": "TheUID"
|
||||
},
|
||||
"expr": "1+1"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user