-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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/elasticsearch]: add segment metrics with total aggregation #14786
[receiver/elasticsearch]: add segment metrics with total aggregation #14786
Conversation
3c8c1e3
to
50059c8
Compare
@djaglowski I have added several pull requests today, but this one is the most important, because merging this will allow me to add more |
Please fix unit tests. |
d8bec5c
to
d0154fe
Compare
Unit and integration tests fixed. |
@aboguszewski-sumo, please rebase. |
d0154fe
to
241bc17
Compare
241bc17
to
ad2eba1
Compare
@djaglowski rebased, the failures in CI are from some unrelated component |
aggregation: cumulative | ||
value_type: int | ||
attributes: [index_aggregation_type] | ||
enabled: true |
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.
We need to have these disabled by default going forward, otherwise it is a breaking change and requires use of a feature gate.
The metrics are now disabled by default. |
/easycla |
…pen-telemetry#14786) * feat: add segment metrics with total aggregation
Description:
This PR adds new metrics to the receiver:
Link to tracking Issue: #14635
Testing:
Unit and integration tests.
Documentation:
Generated with
mdatagen
.