-
Notifications
You must be signed in to change notification settings - Fork 277
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 metric connected_peers with istio service mesh #4267
Labels
Bug
Something isn't working
iroha2-dev
The re-implementation of a BFT hyperledger in RUST
QA-confirmed
This bug is reproduced and needs a fix
Comments
We also can see this metric dashboard in Grafana for internal usage (DM me). |
Let's check first that it's metric issue and not smt with connectivity. |
|
Erigara
added a commit
to Erigara/iroha
that referenced
this issue
Mar 29, 2024
Signed-off-by: Shanin Roman <[email protected]>
Erigara
added a commit
to Erigara/iroha
that referenced
this issue
Apr 3, 2024
Signed-off-by: Shanin Roman <[email protected]>
Erigara
added a commit
to Erigara/iroha
that referenced
this issue
Apr 3, 2024
Signed-off-by: Shanin Roman <[email protected]>
Erigara
added a commit
to Erigara/iroha
that referenced
this issue
Apr 3, 2024
Signed-off-by: Shanin Roman <[email protected]>
Erigara
added a commit
to Erigara/iroha
that referenced
this issue
Apr 3, 2024
Signed-off-by: Shanin Roman <[email protected]>
Erigara
added a commit
to Erigara/iroha
that referenced
this issue
Apr 4, 2024
Signed-off-by: Shanin Roman <[email protected]>
Erigara
added a commit
to Erigara/iroha
that referenced
this issue
Apr 5, 2024
Signed-off-by: Shanin Roman <[email protected]>
Erigara
added a commit
that referenced
this issue
Apr 5, 2024
Signed-off-by: Shanin Roman <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Bug
Something isn't working
iroha2-dev
The re-implementation of a BFT hyperledger in RUST
QA-confirmed
This bug is reproduced and needs a fix
OS and Environment
Linux, K8s
GIT commit hash
eca8569
Minimum working example / Steps to reproduce
connected_peers
= 4 on all peersconnected_peers
= 4connected_peers
= 4,connected_peers
metric for peer2 and peer3. It should be equal toconnected_peers
= 3.Peculiarities
Actual result
The metric for peer0, peer1, peer4 connected_peers = 4,
The
connected_peers
metric for peer2 and peer3. It should be equal to connected_peers = 3.Expected result
The metric
connected_peers
should be equal 4 in all peersLogs in JSON format
Log contents
see attachments
Who can help to reproduce?
@BAStos525
Notes
No response
The text was updated successfully, but these errors were encountered: