Dustin Hooten
Dustin Hooten
@VladMasarik Yes, this is the correct repository. `instance:node_load1_per_cpu:ratio` is defined in a [recording rule](https://github.com/prometheus/node_exporter/blob/master/docs/node-mixin/rules/rules.libsonnet#L32) with a comment similar to the one you linked above. The recording rule is probably the...
It might work to use the [`rule_files`](https://github.com/voxpupuli/puppet-prometheus/blob/ef80c90699eca3287b1ae825df89cc81b383ad37/manifests/init.pp#L99) param to support recording/alerting rules. You can specify a filepath glob, which allows you to break your rules up into multiple files.