-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
es_size not resolved - Fluentd 0.14.2 with Datadog plugin 0.18 #1163
Comments
Thanks for the report. fluentd/lib/fluent/compat/output.rb Line 368 in c18015c
|
Here is a patch: #1164 |
Thanks for the prompt fix @repeatedly :) I've fallback to version v0.12 as it seems we have some more compatibility issues with v0.14? Sorry to digress, here is another interesting one that only happens in v0.14 |
Compatibility layer should work but we don't test all plugins. So it may hit a bug. |
2016-08-16 05:29:31 +0000 [warn]: emit transaction failed: error_class=NameError error="undefined local variable or method
es_size' for #<Fluent::DdOutput:007f9ea78381d0>" tag="fluentd.metrics" 2016-08-16 05:29:31 +0000 [warn]: /usr/lib/ruby/gems/2.3.0/gems/fluentd-0.14.2/lib/fluent/compat/output.rb:368:in
block in handle_stream_simple'2016-08-16 05:29:31 +0000 [warn]: /usr/lib/ruby/2.3.0/monitor.rb:214:in
mon_synchronize' 2016-08-16 05:29:31 +0000 [warn]: /usr/lib/ruby/gems/2.3.0/gems/fluentd-0.14.2/lib/fluent/compat/output.rb:368:in
handle_stream_simple'2016-08-16 05:29:31 +0000 [warn]: /usr/lib/ruby/gems/2.3.0/gems/fluentd-0.14.2/lib/fluent/plugin/output.rb:587:in
execute_chunking' 2016-08-16 05:29:31 +0000 [warn]: /usr/lib/ruby/gems/2.3.0/gems/fluentd-0.14.2/lib/fluent/plugin/output.rb:531:in
emit_buffered'2016-08-16 05:29:31 +0000 [warn]: /usr/lib/ruby/gems/2.3.0/gems/fluentd-0.14.2/lib/fluent/event_router.rb:90:in
emit_stream' 2016-08-16 05:29:31 +0000 [warn]: /usr/lib/ruby/gems/2.3.0/gems/fluentd-0.14.2/lib/fluent/plugin/in_monitor_agent.rb:265:in
block in start'2016-08-16 05:29:31 +0000 [warn]: /usr/lib/ruby/gems/2.3.0/gems/fluentd-0.14.2/lib/fluent/plugin/in_monitor_agent.rb:229:in
on_timer' 2016-08-16 05:29:31 +0000 [warn]: /usr/lib/ruby/gems/2.3.0/gems/cool.io-1.4.4/lib/cool.io/loop.rb:88:in
run_once'2016-08-16 05:29:31 +0000 [warn]: /usr/lib/ruby/gems/2.3.0/gems/cool.io-1.4.4/lib/cool.io/loop.rb:88:in
run' 2016-08-16 05:29:31 +0000 [warn]: /usr/lib/ruby/gems/2.3.0/gems/fluentd-0.14.2/lib/fluent/plugin/in_monitor_agent.rb:273:in
run'The text was updated successfully, but these errors were encountered: