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
Prometheus metrics can contain NaN/+Inf/-Inf values, they fail to be serialized for outputs.
NaN/+Inf/-Inf
Seen at least with file and kafka outputs with metricbeat 6.6.0.
The text was updated successfully, but these errors were encountered:
Can confirm for v6.7.2, v7.0.1, v7.1.0 with this settings:
- module: prometheus period: 10s host: ${NODE_NAME} hosts: ["prometheus.monitoring.svc.cluster.local:9090"] namespace: monitoring metrics_path: '/federate' query: 'match[]': '{__name__!=""}'
Sorry, something went wrong.
kaiyan-sheng
Successfully merging a pull request may close this issue.
Prometheus metrics can contain
NaN/+Inf/-Inf
values, they fail to be serialized for outputs.Seen at least with file and kafka outputs with metricbeat 6.6.0.
The text was updated successfully, but these errors were encountered: