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: dont reset counters & durations after each scrape #216

Merged
merged 1 commit into from
Jul 6, 2023

Commits on Jul 6, 2023

  1. fix: dont reset counters & durations after each scrape

    prom counters are _up_ only. we should not be resetting them after each scrape.
    
    duration histograms are also designed to accumulate information over time, they should not need to be reset either.
    
    fixes: elastic-ipfs/elastic-ipfs#35
    
    License: MIT
    Signed-off-by: Oli Evans <oli@protocol.ai>
    olizilla committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    8541b0b View commit details
    Browse the repository at this point in the history