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

pin prometheus-client to 0.9.0 #3857

Merged
merged 2 commits into from
Apr 8, 2021
Merged

pin prometheus-client to 0.9.0 #3857

merged 2 commits into from
Apr 8, 2021

Commits on Apr 8, 2021

  1. bump pip-tools when freezing dependencies

    to stop big diffs from change in formatting of reqs.txt
    leohemsted committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    5d2b18e View commit details
    Browse the repository at this point in the history
  2. skip prometheus-client 0.10.0

    we saw exceptions on prod that I think might have caused a worker that
    is being terminated to die ungracefully. While I'm not sure if this is
    an actual problem that changed behaviour (app instances crashing and
    restarting), at the very least it definitely polluted the logs and
    obscured any actual issues we were having.
    
    https://github.com/prometheus/client_python/releases/tag/v0.10.0
    
    see the pending fix for this problem here:
    prometheus/client_python#644
    leohemsted committed Apr 8, 2021
    Configuration menu
    Copy the full SHA
    8954dc2 View commit details
    Browse the repository at this point in the history