-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
[receiver/riak] - Fix issue where user configured metric settings were ignored #9561
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.
Looks like you should be able to add a relatively straightforward test in your scraper tests with some metrics disabled to validate the fix. 👍
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.
@armstrmi, a couple minor points of feedback. Also, please note that issues and pull requests in this repository should be titled as [receiver/riak] - Fix issue where user configured metric settings were ignored
…e ignored (open-telemetry#9561) * empty commit * empty commit * quick fix for newScraper method, e.g. no default * added missing dependencies * make gotidy * added changelog * empty commit, relaunch flaky test * empty commit, rerun tests * added scraper test with some metrics disabled * cleaned up unnecessary tests * implemented recommended changes * removed metricsDisabled boolean from scraper_test * implemented feedback * removed space after newline Co-authored-by: Daniel Jaglowski <[email protected]>
Description: Fixing minor bug, issue with Riak receiver newScraper method, would only implement
DefaultMetricSettings
Link to tracking Issue:
(#9560)
Testing:
Documentation: