-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Remove billing from the list of AWS light metricsets #21164
Conversation
At least on tests, loading any metricset from the AWS module is trying to load the billing metricset as light metricset, what fails. This shouldn't happen, but I am removing billing from the list by now so tests can be executed.
Pinging @elastic/integrations-platforms (Team:Platforms) |
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.
Thank you for fixing it!! Sorry I missed it when I changed billing metricset recently.
No prob, this list of light metricsets has proven to be problematic! |
On tests, loading any metricset from the AWS module is trying to load the billing metricset as light metricset, what fails. This shouldn't happen after elastic#15011, but it is probably happening because on tests, not all metricsets are registered. billing metricset was refactored to a native implementation recently, in elastic#20527. By now, remove billing from the list so tests can be executed. (cherry picked from commit 43f9bbc)
On tests, loading any metricset from the AWS module is trying to load the billing metricset as light metricset, what fails. This shouldn't happen after #15011, but it is probably happening because on tests, not all metricsets are registered. billing metricset was refactored to a native implementation recently, in #20527. By now, remove billing from the list so tests can be executed. (cherry picked from commit 43f9bbc)
…ne-2.0 * upstream/master: Remove billing from the list of AWS light metricsets (elastic#21164)
On tests, loading any metricset from the AWS module is trying
to load the billing metricset as light metricset, what fails. This
shouldn't happen after #15011, but it is probably happening
because on tests, not all metricsets are registered.
billing
metricset was refactored to a native implementationrecently, in #20527.
By now I am removing billing from the list so tests can be executed.
Integration tests fail with errors like this one:
Thanks @v1v for reporting!