Daijiro Fukuda
Daijiro Fukuda
https://github.com/fluent/fluent-plugin-prometheus?tab=readme-ov-file#configuration-1 Looks like we need to set `gauge_all false`... Maybe this specification should be improved...
Thanks for your report. I have not yet checked this in detail, but it appears to me that this is the current specification. in_tail plugin recognizes a file once unwatched...
Thanks for this report. > Connect to an Azure Event Hub with Managed Identity instead of a secret with this plugin Which plugin are you talking about?
This? [fluent-plugin-azureeventhubs](https://github.com/htgc/fluent-plugin-azureeventhubs)
Thanks for your report. It appears this is a bug of Fluentd. This works. ``` @type record_transformer hello "world " ``` However, the following don't work. ``` @type record_transformer hello...
It looks like single-quoted strings don't support multiline. https://docs.fluentd.org/configuration/config-file#multiline-support-for-quoted-string-array-and-hash-values So, we need to check double quoted strings behavior, as @Alainx277 says.
I see... Looks like `FluentLogEventRouter` has some memory issues.
Ruby 2.7 tests fail because Ruby 2.7 does not support `Hash#except`. I'm fixing it.
@kenhys Could you please review this?
Rebased to the latest master. I'll split this fix into several commits.