-
Notifications
You must be signed in to change notification settings - Fork 58
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: waku_total_unique_peers metric wrong value #3245
Comments
Hm, pretty strange as the metric exclude self and already managed peers. |
In my case, there were no disconnections. |
Hm, which dashboard do you use exactly, or how is your exact config? |
I did it locally. I am just quering that metric for a single node. It's not like I am aggregating or summing or anything. The value is directly reported by the waku node. |
Thank you. |
Problem
Metric
waku_total_unique_peers
does not report correct information.Impact
This leads to inconsistencies when trying to analyze Waku's behavior.
To reproduce
Expected behavior
Depending on the implementation, but
waku_total_unique_peers
should never report5
, as there are only 4 nodes in the network.Screenshots/logs
If I enter to one node and do
curl -X GET http://localhost:8645/admin/v1/peers
I obtain:But
waku_total_unique_peers
is reporting a value of5
.nwaku version/commit hash
The text was updated successfully, but these errors were encountered: