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
Run with a time filter that returns no requests
cargo run -- -t 1 --prometheus-listen localhost:9898 src/test/random.log
Query the Prometheus endpoint
curl localhost:9898
Panic! Due to an unwrap()...
unwrap()
Send count=0 and NaN for all other metrics. https://prometheus.io/docs/practices/instrumentation/#avoid-missing-metrics
count=0
NaN
The text was updated successfully, but these errors were encountered:
Panic has been fixed with abe1fe9
Sorry, something went wrong.
No branches or pull requests
Steps to reproduce
Run with a time filter that returns no requests
Query the Prometheus endpoint
Result
Panic! Due to an
unwrap()
...Expected
Send
count=0
andNaN
for all other metrics. https://prometheus.io/docs/practices/instrumentation/#avoid-missing-metricsThe text was updated successfully, but these errors were encountered: