DataDog / fluent-plugin-datadog

Fluentd output plugin for Datadog: https://www.datadog.com
Apache License 2.0
39 stars 26 forks source link

Use of deprecated API #19

Closed achntrl closed 4 years ago

achntrl commented 5 years ago

Describe what happened:

We use BufferedOutput:

https://github.com/fluent/fluentd/blob/master/lib/fluent/compat/output.rb#L205

That will be deprecated at some point (don't know when)

We should proactively migrate to the new API and make sure nothing breaks before it bites us and we're forced to migrate

cf https://www.fluentd.org/blog/fluentd-v0.14.12-has-been-released in the "Making plugins available with multi process workers" section

gaetan-deputier commented 4 years ago

Resolved with 0.12.0