mirror of
https://github.com/prometheus/node_exporter
synced 2025-02-17 18:07:01 +00:00
8 lines
258 B
Plaintext
8 lines
258 B
Plaintext
{
|
|
local nodemixin = import '../lib/prom-mixin.libsonnet',
|
|
grafanaDashboards+:: {
|
|
'nodes.json': nodemixin.new(config=$._config, platform='Linux').dashboard,
|
|
'nodes-darwin.json': nodemixin.new(config=$._config, platform='Darwin').dashboard,
|
|
},
|
|
}
|