jsonnet/kube-prometheus: add node-mixin

This commit is contained in:
paulfantom
2019-08-26 10:56:30 +02:00
parent bcbf54805a
commit 2396fa9483
3 changed files with 21 additions and 0 deletions

View File

@@ -59,6 +59,16 @@
}
},
"version": "master"
},
{
"name": "node-mixin",
"source": {
"git": {
"remote": "https://github.com/prometheus/node_exporter",
"subdir": "docs/node-mixin"
}
},
"version": "master"
}
]
}