-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
[exporterhelper] make enqueue failures available #8674
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🥇 💯 🚀 👍
When looking at open-telemetry#8674, I ran into some changes that were harder than they needed to in the test utility. I'm separating changes to the prometheusChecker into a separate PR to reduce the size of 8674. Signed-off-by: Alex Boten <aboten@lightstep.com>
When looking at #8674, I ran into some changes that were harder than they needed to in the test utility. I'm separating changes to the prometheusChecker into a separate PR to reduce the size of 8674. Signed-off-by: Alex Boten <aboten@lightstep.com>
These metrics were only exporter either via OC or via the prometheus exporter. Fixes open-telemetry#8673 Signed-off-by: Alex Boten <aboten@lightstep.com>
59142cc
to
94e2f4c
Compare
Codecov ReportAttention:
... and 8 files with indirect coverage changes 📢 Thoughts on this report? Let us know!. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for making this change!
Co-authored-by: Dmitrii Anoshin <anoshindx@gmail.com>
@jmacd @moh-osman3 @dmitryax could I get another review on this, would be great to get this out in the next release. |
These metrics were only exporter either via OC or via the prometheus exporter. Fixes #8673