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

13 lines
178 B
JSON

{
"type": "table",
"targets": [
{
"refId": "A",
"datasource": {
"type": "prometheus",
"uid": "TheUID"
},
"expr": "1+1"
}
]
}