Skip to content

Commit

Permalink
Remove billing from the list of AWS light metricsets (#21164) (#21170)
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
jsoriano authored Sep 18, 2020
1 parent 5360313 commit 91a312f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion x-pack/metricbeat/module/aws/module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ metricsets:
- elb
- ebs
- usage
- billing
- sns
- lambda
- dynamodb
Expand Down

0 comments on commit 91a312f

Please sign in to comment.