mirror of
https://github.com/grafana/grafana.git
synced 2024-11-25 10:20:29 -06:00
13 lines
178 B
JSON
13 lines
178 B
JSON
|
{
|
||
|
"type": "table",
|
||
|
"targets": [
|
||
|
{
|
||
|
"refId": "A",
|
||
|
"datasource": {
|
||
|
"type": "prometheus",
|
||
|
"uid": "TheUID"
|
||
|
},
|
||
|
"expr": "1+1"
|
||
|
}
|
||
|
]
|
||
|
}
|