-
Notifications
You must be signed in to change notification settings - Fork 149
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
docker log flooded with warning: instance variable @all_labels_preset not initialized #190
Comments
Hello, |
ruby 2.6.5p114 (2019-10-01 revision 67812) [x86_64-linux-musl] |
Thank you for the report! I've opened PR #191 to fix this warning you reported and a few others. Once we merge both of those, i'll cut a new version of the gem. Thanks! |
Thanks. I look forward to the new gem. Till then I have a horrible work around! |
Hi again, |
Sorry about that! We've now merged all the relevant PRs, and we're pushing the new version to Rubygems today! |
Thanks :-) |
Hi,
My dockerized rack-server's entrypoint is
And my config.ru, copied directly from the README.md, has
Unfortunately this floods my docker log with the following warning:
warning: instance variable @all_labels_preset not initialized
This comes from
lib/prometheus/client/metric.rb:91
I'd really appreciate it anyone could help me by either,
telling me how to avoid this warning at 2.0.0, or
doing a new release that fixes the problem.
Thanks
The text was updated successfully, but these errors were encountered: