mirror of
https://github.com/grafana/grafana.git
synced 2025-08-06 20:59:35 +08:00

* add check + test * fix test * add manifest * fix linter * add nolint * separate err cond checks * only collect relevant plugin files * skip symlinks * refactor * add missing test files + enable scanning Chromium.app/ * remove test since case already covered * remove unnecessary changes from before * refactor * remove comment
30 lines
465 B
JSON
30 lines
465 B
JSON
{
|
|
"__inputs": [
|
|
{
|
|
"name": "DS_NAME",
|
|
"type": "datasource",
|
|
"pluginId": "graphite"
|
|
}
|
|
],
|
|
|
|
"uid": "1MHHlVjzz",
|
|
"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}"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|