Sha256: 5f856232e7db7ea7b62a99e1d9cc5e17bf83fd58846221958bf717953b513f45

Contents?: true

Size: 254 Bytes

Versions: 341

Compression:

Stored size: 254 Bytes

Contents

module Fluent
  TextFormatter.register_template('known_old', Proc.new { |tag, time, record|
      "#{tag}:#{time}:#{record.size}"
    })
  Plugin.register_formatter('known', Proc.new { |tag, time, record|
      "#{tag}:#{time}:#{record.size}"
    })
end

Version data entries

341 entries across 341 versions & 9 rubygems

Version Path
fluent-plugin-nuopenlineage-light-0.1.0 vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/scripts/fluent/plugin/formatter_known.rb
fluentd-1.16.6-x86-mingw32 test/scripts/fluent/plugin/formatter_known.rb
fluentd-1.16.6-x64-mingw32 test/scripts/fluent/plugin/formatter_known.rb
fluentd-1.16.6-x64-mingw-ucrt test/scripts/fluent/plugin/formatter_known.rb
fluentd-1.16.6 test/scripts/fluent/plugin/formatter_known.rb
fluent-plugin-openlineage-light-0.1.4 vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/scripts/fluent/plugin/formatter_known.rb
fluent-plugin-openlineage-light-0.1.3 vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/scripts/fluent/plugin/formatter_known.rb
fluent-plugin-openlineage-0.1.0 vendor/bundle/ruby/3.3.0/gems/fluentd-1.17.0-x64-mingw-ucrt/test/scripts/fluent/plugin/formatter_known.rb
fluentd-1.17.0-x86-mingw32 test/scripts/fluent/plugin/formatter_known.rb
fluentd-1.17.0-x64-mingw-ucrt test/scripts/fluent/plugin/formatter_known.rb
fluentd-1.17.0-x64-mingw32 test/scripts/fluent/plugin/formatter_known.rb
fluentd-1.17.0 test/scripts/fluent/plugin/formatter_known.rb
fluentd-1.16.5-x64-mingw-ucrt test/scripts/fluent/plugin/formatter_known.rb
fluentd-1.16.5-x86-mingw32 test/scripts/fluent/plugin/formatter_known.rb
fluentd-1.16.5-x64-mingw32 test/scripts/fluent/plugin/formatter_known.rb
fluentd-1.16.5 test/scripts/fluent/plugin/formatter_known.rb
fluentd-1.16.4-x64-mingw-ucrt test/scripts/fluent/plugin/formatter_known.rb
fluentd-1.16.4-x86-mingw32 test/scripts/fluent/plugin/formatter_known.rb
fluentd-1.16.4-x64-mingw32 test/scripts/fluent/plugin/formatter_known.rb
fluentd-1.16.4 test/scripts/fluent/plugin/formatter_known.rb