We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10dc0b2 commit ea65970Copy full SHA for ea65970
lib/fluent/plugin/in_node_exporter_metrics.rb
@@ -67,6 +67,8 @@ class NodeExporterMetricsInput < Fluent::Plugin::Input
67
config_param :uname, :bool, default: true
68
desc "Enable vmstat collector"
69
config_param :vmstat, :bool, default: true
70
+ desc "Use specific backend to keep metrics in it"
71
+ config_param :backend, :enum, list: [:cmetrics, :prometheus], default: :cmetrics
72
73
def configure(conf)
74
super
0 commit comments