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

prometheus exporter does not include tier1 or tier2 in the "ready" status #6

Closed
matthewdarwin opened this issue Jul 31, 2023 · 5 comments

Comments

@matthewdarwin
Copy link

The prometheus exporter does not include susbtreams tier1 or tier2 in the "ready" status.

Seen on substreams tier2, for example:

# HELP ready readiness of an app. 1 if ready, 0 otherwise
# TYPE ready gauge
ready{app="block-indexer"} 0
ready{app="firehose"} 0
ready{app="merger"} 0
ready{app="relayer"} 0

Was previously: streamingfast/firehose-ethereum#67

@maoueh
Copy link
Contributor

maoueh commented Jan 19, 2024

So essentially you are missing the readyness metric for substreams-tier1 and substreams-tier2 correct?

@matthewdarwin
Copy link
Author

Yes, that's what I was looking it.

@maoueh
Copy link
Contributor

maoueh commented Mar 20, 2024

Should be fixed now technically, should make its way into a release(s) soon.

@maoueh
Copy link
Contributor

maoueh commented Mar 21, 2024

firecore and fireeth has been released we should include the fix, let me know if it looks fine to you.

@matthewdarwin
Copy link
Author

Seems correct now.

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

2 participants