mirror of
https://github.com/grafana/grafana.git
synced 2024-11-28 03:34:15 -06:00
29 lines
443 B
JSON
29 lines
443 B
JSON
{
|
|
"__inputs": [
|
|
{
|
|
"name": "DS_NAME",
|
|
"type": "datasource",
|
|
"pluginId": "graphite"
|
|
}
|
|
],
|
|
|
|
"title": "Nginx Connections",
|
|
"revision": 25,
|
|
"schemaVersion": 11,
|
|
"tags": ["tag1", "tag2"],
|
|
"number_array": [1,2,3,10.33],
|
|
"boolean_true": true,
|
|
"boolean_false": false,
|
|
|
|
"rows": [
|
|
{
|
|
"panels": [
|
|
{
|
|
"type": "graph",
|
|
"datasource": "${DS_NAME}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|