-
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/elasticsearch]: add fielddata memory size metrics on index level #14922
[receiver/elasticsearch]: add fielddata memory size metrics on index level #14922
Conversation
19ce759
to
72441d5
Compare
Please resolve conflict |
72441d5
to
c8e9efb
Compare
Rebased. |
c8e9efb
to
6d76f00
Compare
@djaglowski You already approved it, but since in the meantime the approach regarding adding new metrics has changed, I marked this new metric as disabled by default. The PR is rebased now. |
Thanks @aboguszewski-sumo. Unfortunately it looks like we need another rebase |
6d76f00
to
05b3a39
Compare
Rebased. |
@djaglowski can we merge it, or is something more needed? |
Adding "ready-to-merge" to not forget that it is only the test that we are waiting for |
* main: [chore] dependabot updates Tue Nov 15 00:17:56 UTC 2022 (open-telemetry#16300) [receiver/rabbitmq] Fix flaky integration test (open-telemetry#16240) [Docker Stats Receiver] Add @jamesmoessis as code owner (open-telemetry#16253) [receiver/mongodbatlas] Alerts poll mode check hostname and port (open-telemetry#16286) [chore] update jaeger dep (open-telemetry#16287) [pkg/stanza] Fix issue where specifying a non-existent storage extension caused panic during shutdown. (open-telemetry#16213) [pkg/ottl] Rename ottllogs to ottllog (open-telemetry#16242) Register featuregate, otherwise does not work (open-telemetry#16269) [receiver/elasticsearch]: add fielddata memory size metrics on index level (open-telemetry#14922) [chore] remove what looks to be debugging code from instanaexporter (open-telemetry#16258)
…level (open-telemetry#14922) feat: add fielddata memory size metrics on index level
…level (open-telemetry#14922) feat: add fielddata memory size metrics on index level
Description:
New metrics related to memory size of fielddata cache are now emitted.
The same metrics were already emitted on node-level, so I tried to keep their description in
metadata.yaml
as close as possible.Link to tracking Issue: #14635
Testing:
Unit and integration tests.
Documentation:
mdatagen