mirror of
https://github.com/prometheus/node_exporter.git
synced 2024-11-12 16:44:18 -08:00
f331b308f3
The only deviation that happened so far is to use format="percentunit" in a Grafana gauge. This change wasn't even properly used in this repo so far, so I opted to stick with "upstream" for now. If changes are really needed, we can try to change upstream first. Another change was done in parallal here and upstream, but it was "more correct" in upstream. (Change datasource to $datasource variable, only partially applied here.) Which is another point for using the upstream and not copy it here. Signed-off-by: beorn7 <beorn@grafana.com>
35 lines
923 B
JSON
35 lines
923 B
JSON
{
|
|
"dependencies": [
|
|
{
|
|
"name": "grafonnet",
|
|
"source": {
|
|
"git": {
|
|
"remote": "https://github.com/grafana/grafonnet-lib",
|
|
"subdir": "grafonnet"
|
|
}
|
|
},
|
|
"version": "master"
|
|
},
|
|
{
|
|
"name": "grafana-builder",
|
|
"source": {
|
|
"git": {
|
|
"remote": "https://github.com/grafana/jsonnet-libs",
|
|
"subdir": "grafana-builder"
|
|
}
|
|
},
|
|
"version": "master"
|
|
},
|
|
{
|
|
"name": "promgrafonnet",
|
|
"source": {
|
|
"git": {
|
|
"remote": "https://github.com/kubernetes-monitoring/kubernetes-mixin",
|
|
"subdir": "lib/promgrafonnet"
|
|
}
|
|
},
|
|
"version": "master"
|
|
}
|
|
]
|
|
}
|