dynatrace-oss / fluent-plugin-dynatrace

A fluentd output plugin for sending logs to the Dynatrace Generic log ingest API v2.
Apache License 2.0
6 stars 6 forks source link

lock concurrent thread access to outgoing connection #17

Closed dyladan closed 3 years ago

dyladan commented 3 years ago

Fixes a bug where running the plugin with a multi-thread buffer could crash due to concurrent access to non-thread-safe http connection.

arminru commented 3 years ago

Please bump the patch version.