Update

Turned out I didn’t need to convert any series to gauges at all!

The problem was that I had botched my Prometheus configuration and it wasn’t ingesting the probe results properly 🤦‍♂️ Once I fixed that, I got all the details I needed.

For posterity you can view lemmy-meter’s configuration on github.


Original post

I’m using blackbox_exporter to monitor a dozen of websites’ performance. And that is working just fine for measuring RTT and error rates.

I’m thinking about creating a single gauge for each website indicating whether it is up or down.


I haven’t been able to find any convincing resource as to if it is mathematically correct to convert such series to guages/counters - let alone how to do that.

So my questions are

  • Have I missed a relevant option in blackbox_exporter configurations?
  • Do you recommend converting series to gauges/counters? If yes, can you point me to a resource so that I can educate myself on how to do it?
  • twelve12
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 year ago

    Do you have a guide on how you set this up?

    • bahmanmOPM
      link
      fedilink
      English
      arrow-up
      1
      ·
      1 year ago

      I updated my post w/ a link to the configurations.