You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found related issues that might explain the error:
In fluentd's dependency management "async" should not be used with v2 fluent/fluentd#3592
In fluentd-docker-image the async-http version was updated and needs async v2 now as mentioned in above issue. gem install async-http -v 0.56.6 dd348f2
So I'm not sure if the prometheus plugin needs to be fixed or if the latest fluentd image should not increase the async-http version too much.
If I customize fluent/fluentd:v1.15.1-1.0 myself by uninstalling async-http and installing async-http:0.54.0 everything works fine.
The text was updated successfully, but these errors were encountered:
ashie
transferred this issue from fluent/fluent-plugin-prometheus
Aug 2, 2022
Hello,
my specs:
fluent/fluentd:v1.15.1-1.0
fluent-plugin-prometheus-2.0.3
Latest version seems to not be compatible with fluentd anymore.
I'm getting following error message:
I found related issues that might explain the error:
In fluentd's dependency management "async" should not be used with v2
fluent/fluentd#3592
In fluentd-docker-image the async-http version was updated and needs async v2 now as mentioned in above issue.
gem install async-http -v 0.56.6
dd348f2
So I'm not sure if the prometheus plugin needs to be fixed or if the latest fluentd image should not increase the async-http version too much.
If I customize fluent/fluentd:v1.15.1-1.0 myself by uninstalling
async-http
and installingasync-http:0.54.0
everything works fine.The text was updated successfully, but these errors were encountered: