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 13cff3b commit 0c76db6Copy full SHA for 0c76db6
lib/fluent/command/fluentd.rb
@@ -155,7 +155,11 @@
155
cmd_opts[:strict_config_value] = b
156
}
157
158
-op.on('--enable-input-metrics', "Enable input plugin metrics on fluentd", TrueClass) {|b|
+op.on('--enable-input-metrics', "[DEPRECATED] Enable input plugin metrics on fluentd", TrueClass) {|b|
159
+ cmd_opts[:enable_input_metrics] = b
160
+}
161
+
162
+op.on('--disable-input-metrics', "Disable input plugin metrics on fluentd", FalseClass) {|b|
163
cmd_opts[:enable_input_metrics] = b
164
165
0 commit comments