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

[bug] incorrect node count with grafana agent #46

Closed
uhthomas opened this issue May 26, 2023 · 1 comment · Fixed by #47
Closed

[bug] incorrect node count with grafana agent #46

uhthomas opened this issue May 26, 2023 · 1 comment · Fixed by #47
Assignees
Labels
bug Something isn't working released

Comments

@uhthomas
Copy link
Contributor

Describe the bug

Then metric up{job="node-exporter"} does not exist with Grafana agent, and so the total number of nodes is reported as 0.

image

How to reproduce?

  1. Use Grafana Agent
  2. Load dashboard

Expected behavior

Should show the total number of nodes (5 in this case).

Additional context

No response

@uhthomas uhthomas added the bug Something isn't working label May 26, 2023
uhthomas added a commit to uhthomas/grafana-dashboards-kubernetes that referenced this issue May 26, 2023
uhthomas added a commit to uhthomas/grafana-dashboards-kubernetes that referenced this issue May 26, 2023
The metric `up{job="node-exporter"}` does not exist when using Grafana Agent. Counting `kube_node_info` should be agnostic and more reliable.

Fixes dotdc#46
@dotdc dotdc closed this as completed in #47 May 26, 2023
@dotdc
Copy link
Owner

dotdc commented Apr 25, 2024

🎉 This issue has been resolved in version 1.1.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@dotdc dotdc added the released label Apr 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working released
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants