-
Notifications
You must be signed in to change notification settings - Fork 104
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
Metrics exporter cache requests that fail with an unrecoverable error #768
Metrics exporter cache requests that fail with an unrecoverable error #768
Conversation
8e7a91b
to
d7081c2
Compare
Codecov Report
@@ Coverage Diff @@
## main #768 +/- ##
==========================================
+ Coverage 69.52% 69.85% +0.33%
==========================================
Files 42 42
Lines 4859 4863 +4
==========================================
+ Hits 3378 3397 +19
+ Misses 1331 1315 -16
- Partials 150 151 +1
📣 Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today! |
/gcbrun |
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.
Please add some test coverage
@avilevy18 I'm planning to cut a release later today. If you can add test coverage by then, then we can include it. Let me know if we can help direct you. |
/gcbrun |
you can run |
/gcbrun |
Co-authored-by: David Ashpole <[email protected]>
Co-authored-by: David Ashpole <[email protected]>
/gcbrun |
Fixes #765
When the metrics exporter fails to create a new metric descriptor any non-recoverable grpc errors will update the cache, preventing further CMD calls.