grafana_bak/pkg/promlib/models/query.panel.example.json
2025-04-01 10:38:02 +09:00

13 lines
178 B
JSON

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