You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have different "firehose block versions" of an app running at the same time. I would be great if the ready status in the prometheus exporter could say which version was running.
Eg
# HELP ready readiness of an app. 1 if ready, 0 otherwise
# TYPE ready gauge
ready{app="firehose", block-version="v3"} 0
Where this might be configured as common-reporting-block-version: v3.
This is just for reporting, firehose doesn't do anything with it otherwise.
The text was updated successfully, but these errors were encountered:
matthewdarwin
changed the title
allow passing a string to the ready app
allow passing a string to the ready configuration block in prometheus exporter
Jul 3, 2023
We have different "firehose block versions" of an app running at the same time. I would be great if the
ready
status in the prometheus exporter could say which version was running.Eg
Where this might be configured as
common-reporting-block-version: v3
.This is just for reporting, firehose doesn't do anything with it otherwise.
The text was updated successfully, but these errors were encountered: