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

allow passing a string to the ready configuration block in prometheus exporter #68

Closed
matthewdarwin opened this issue Jul 3, 2023 · 1 comment

Comments

@matthewdarwin
Copy link

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.

@matthewdarwin 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
@matthewdarwin
Copy link
Author

Closing in favour of: streamingfast/firehose-core#5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant