mirror of
https://github.com/grafana/grafana.git
synced 2025-02-11 16:15:42 -06:00
22 lines
362 B
JSON
22 lines
362 B
JSON
{
|
|
"revision": 25,
|
|
"tags": ["tag1", "tag2"],
|
|
"boolean_false": false,
|
|
"boolean_true": true,
|
|
"number_array": [1,2,3,10.33],
|
|
"rows": [
|
|
{
|
|
"panels": [
|
|
{
|
|
"datasource": "graphite",
|
|
"type": "graph"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"schemaVersion": 11,
|
|
"title": "Nginx Connections",
|
|
"uid": "1MHHlVjzz",
|
|
"version": 0
|
|
}
|