Prometheus: Create jsonschema spec (#85077)

This commit is contained in:
Ryan McKinley
2024-03-26 16:36:39 +03:00
committed by GitHub
parent b47dc7e8ac
commit e5cf863973
9 changed files with 679 additions and 14 deletions
@@ -0,0 +1,13 @@
{
"type": "table",
"targets": [
{
"refId": "A",
"datasource": {
"type": "prometheus",
"uid": "TheUID"
},
"expr": "1+1"
}
]
}