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

Fix rejection ratio alert #508

Merged
merged 2 commits into from
Nov 29, 2024

Commits on Nov 27, 2024

  1. Fix rejection ratio alert

    OpenSearch does not have thread pool with the name bulk. However,
    there is a field named "write" that can be used by bulk or writing
    a single instance.
    
    This PR adds the necessary logic to use the OpenSearch data coming
    from the exporter and because the expression is big, it was
    separated into smaller expressions using record.
    
    To see the original rule that was inspiration for this alert see
    this [repo](https://github.com/lukas-vlcek/prometheus-elasticsearch-rules/blob/master/logging_elasticsearch.rules.yaml)
    
    Fix: canonical#503
    gabrielcocenza committed Nov 27, 2024
    Configuration menu
    Copy the full SHA
    caba62b View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2024

  1. Configuration menu
    Copy the full SHA
    433be1e View commit details
    Browse the repository at this point in the history