Giter Club home page Giter Club logo

Comments (2)

cuu508 avatar cuu508 commented on June 4, 2024

Can you describe it a little more – how would it look in the metrics endpoint's output, and how would it be used?

from healthchecks.

Wouter0100 avatar Wouter0100 commented on June 4, 2024

Sure thing, I was thinking of 2 options:

  • Introduce a third state (2) for the hc_check_up field, which shows it being "paused". That would result in:
# HELP hc_check_up Whether the check is currently up (1 for yes, 0 for no, 2 for paused).
# TYPE hc_check_up gauge
hc_check_up{name="Cloud storage backup", tags="", unique_key="hash"} 2
  • Introduce a new hc_check_paused line, e.g.:
# HELP hc_check_paused Whether the check is currently paused (1 for yes, 0 for no).
# TYPE hc_check_paused gauge
hc_check_paused{name="Cloud storage backup", tags="", unique_key="hash"} 1

Especially as hc_check_started was also introduced in a MR, I'd say the last option. We should be able to use this on Grafana dashboards to indicate that the job is paused.

from healthchecks.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.