-
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
Add _bucket to histogram metrics in Prometheus Collector #11578
Conversation
Since this is a community submitted pull request, a Jenkins build has not been kicked off automatically. Can an Elastic organization member please verify the contents of this patch and then kick off a build manually? |
ok to test |
This seems to be a breaking change? |
yes, this is a missing change from #9948, I would like to push it to 7.0, where the breaking change happens already |
CHANGELOG.asciidoc
Outdated
@@ -114,6 +114,7 @@ https://github.com/elastic/beats/compare/v7.0.0-beta1...v7.0.0-rc1[Check the HEA | |||
- Add missing aws.ec2.instance.state.name into fields.yml. {issue}11219[11219] {pull}11221[11221] | |||
- Fix ec2 metricset to collect metrics from Cloudwatch with the same timestamp. {pull}11142[11142] | |||
- Fix potential memory leak in stopped docker metricsets {pull}11294[11294] | |||
- Add _bucket to histogram metrics in Prometheus Collector {pull}11578[11578] |
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.
can you please move this to CHANGELOG.next.asciidoc?
WFG |
thank you @vjsamuel for fixing this! 🎉 |
* Add _bucket to histogram metrics (cherry picked from commit 9835571)
* Add _bucket to histogram metrics (cherry picked from commit 9835571)
The names of histograms vary because of the lack of
_bucket
on the name. Can we please add this to make sure that the names are consistent?