grafana/pkg/promlib/models/query.panel.example.json

13 lines
178 B
JSON
Raw Normal View History

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