We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Right now we log a warning, but I think it should be an error that's exported (like we do with timeouts and bad status codes).
If there is a mismatch on chain id, we can't trust the data at all.
The text was updated successfully, but these errors were encountered:
@DavidNix what's the deal w/ this ticket?
Sorry, something went wrong.
When we export the height metrics, if there's a chain id mismatch, we only log a warning. This should be an error we can report on if we want.
E.g. I want to use rest.cosmoshub.com for osmosis. The chain ids will be different so we are looking at heights for the wrong chain.
rest.cosmoshub.com
No branches or pull requests
Right now we log a warning, but I think it should be an error that's exported (like we do with timeouts and bad status codes).
If there is a mismatch on chain id, we can't trust the data at all.
The text was updated successfully, but these errors were encountered: