You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
, if you add one of these to the collectors_disabled array for the node exporter, you will end up with a command line that both enables and disables the collector which is a syntax error. To work around I am doing node.default['prometheus_exporters']['node']['collectors_enabled'] = []
The text was updated successfully, but these errors were encountered:
Because this cookbook sets an explicit set of collectors that are enabled and passed to the command line,
chef-prometheus-exporters/attributes/node.rb
Line 11 in 098a02d
node.default['prometheus_exporters']['node']['collectors_enabled'] = []
The text was updated successfully, but these errors were encountered: