After deploying, I noticed that janus_helper_max_outstanding_requests only shows up as a single blip in one scrape, and it has no value after that. This PR fixes that by replacing the Gauges with ObservableGauges, so we can always record a value each time a callback is called.
After deploying, I noticed that
janus_helper_max_outstanding_requests
only shows up as a single blip in one scrape, and it has no value after that. This PR fixes that by replacing theGauge
s withObservableGauge
s, so we can always record a value each time a callback is called.See #3444.