-
Describe the bugRabbitMQ-Overview Grafana dashboard was showing no data today. When I checked the targets on Prometheus, http://10.2.0.74:15692/metrics endpoint was down (see screenshot below) To ReproduceSteps to reproduce the behavior: No steps. Expected behavior ScreenshotsVersion and environment information
Additional context
|
Beta Was this translation helpful? Give feedback.
Replies: 15 comments 11 replies
-
Seems like some metric returned |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Unfortunately I had to get it resolved, so I deleted & re-created the cluster which seems to have solved the issue - at least for now. If it happens again, I'll send output of the above. Or should I send it now anyways? |
Beta Was this translation helpful? Give feedback.
-
Hi @mkuratczyk in my case was:
|
Beta Was this translation helpful? Give feedback.
-
#5726 should fix this issue, since it changes from using |
Beta Was this translation helpful? Give feedback.
-
I just got the issue:
With prometheus:v2.45.0 and rabbitmq:3.11.11-management docker images. Is there a way to disable the EDIT: I can see in the returned metrics:
running a
EDIT2: My kubernetes cluster in on GKE autopilot, where nodes are automatically managed, could it be a clue? |
Beta Was this translation helpful? Give feedback.
-
I think the problem is that NaN is in quotes |
Beta Was this translation helpful? Give feedback.
-
You mean this code? |
Beta Was this translation helpful? Give feedback.
-
By the way, shouldn't I get a real value? |
Beta Was this translation helpful? Give feedback.
-
Just tested this code on go playground: https://go.dev/play/
Same error with double quotes + quotes. |
Beta Was this translation helpful? Give feedback.
-
Luke you are right, we shouldn't return NaN (what you meant by javascript reference?), however when ets table isn't populated metric shouldn't be returned at all. @GuillaumeCisco what you mean by real value? the value is cached periodically, you shouldn't have this value present always, IIUC. |
Beta Was this translation helpful? Give feedback.
-
Then, should we simply modify the code for returning |
Beta Was this translation helpful? Give feedback.
-
We do not guess in this community. If you are looking for more free help from the core team, please share logs and your node's configuration. |
Beta Was this translation helpful? Give feedback.
-
In fact, since the original discussion was answered and then another person hijacked it to ask another question, I am going to close and lock this as resolved. If someone wants to ask a question, they should start a new discussion and provide effective node configuration plus logs. We will not guess what exactly is going on with the disk space monitor, in particular when the version is question is less than one month away from going out of community support. |
Beta Was this translation helpful? Give feedback.
-
Another outcome of the story: if a discussion is closed and/or answered, it is closed, please start another one (links between discussions work perfectly fine on GitHub). If you don't do that, the team will close the discussion. When that happens, don't attack the team and try to impose your own rules around here, you don't get to decide how other people use Discussions and Issues in their projects. |
Beta Was this translation helpful? Give feedback.
Unfortunately I had to get it resolved, so I deleted & re-created the cluster which seems to have solved the issue - at least for now. If it happens again, I'll send output of the above. Or should I send it now anyways?