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 d0af70e commit f6e853fCopy full SHA for f6e853f
lib/fluent/plugin/out_time_series_counter.rb
@@ -4,10 +4,6 @@ class Fluent::Plugin::TimeSeriesCounter < Fluent::Plugin::Output
4
Fluent::Plugin.register_output('time_series_counter', self)
5
helpers :event_emitter
6
7
- unless method_defined?(:log)
8
- define_method('log') { $log }
9
- end
10
-
11
config_param :tag, :string, default: "tsc"
12
config_param :count_key, :string, default: nil
13
config_param :count_key_delimiter, :string, default: ":"
0 commit comments