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

ingester: remove unused loki_ingester_sent_chunks metric #817

Closed

Commits on Jul 30, 2019

  1. ingester: remove unused loki_ingester_sent_chunks metric

    While loki_ingester_sent_chunks was given a value, by the time
    Prometheus would scrape it, the ingester would have already
    shut down and would never have a non-zero value.
    
    loki_ingester_received_chunks would store the same value
    on the receiving end and lives long enough to be picked
    up by Prometheus.
    rfratto committed Jul 30, 2019
    Configuration menu
    Copy the full SHA
    70ccff7 View commit details
    Browse the repository at this point in the history