Skip to content
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

elasticsearch.events.retried: Add retry dimension #209

Conversation

marclop
Copy link
Contributor

@marclop marclop commented Oct 23, 2024

This commit adds a new dimension to the elasticsearch.events.retried metric called greatest_retry. It represents the greatest observed retry count for a bulk request. This is useful to understand how many times documents in a bulk request have been retried.

This commit adds a new dimension to the `elasticsearch.events.retried`
metric called `greatest_retry`. It represents the greatest observed
retry count for a bulk request. This is useful to understand how many
times documents in a bulk request have been retried.

Signed-off-by: Marc Lopez Rubio <[email protected]>
@marclop marclop requested a review from a team as a code owner October 23, 2024 08:50
@elastic-observability-automation elastic-observability-automation bot added the safe-to-test Automated label for running bench-diff on forked PRs label Oct 23, 2024
Copy link

@inge4pres inge4pres left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well done Marc, thanks 🙏🏼

@marclop marclop merged commit ac0d424 into elastic:main Oct 23, 2024
6 checks passed
@marclop marclop deleted the f/add-greatest_retry-dimension-to-elasticsearch.events.retried branch October 23, 2024 09:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
safe-to-test Automated label for running bench-diff on forked PRs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants