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
Hi, when someone adds an invalid moniker (not UTF-8 compliant), then cosmos-exporter seems to crash:
cosmos-exporter[125650]: 2022/06/10 17:27:49 http: panic serving 18.216.70.73:48308: label moniker: value "\xd0penton7" is not valid UTF-8
Perhaps it makes sense to try/catch this type of error and report a metric for "unable_to_get_metric"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, when someone adds an invalid moniker (not UTF-8 compliant), then cosmos-exporter seems to crash:
Perhaps it makes sense to try/catch this type of error and report a metric for "unable_to_get_metric"
The text was updated successfully, but these errors were encountered: