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

signer_last_* not present in all signers #230

Open
activenodes opened this issue Dec 4, 2023 · 1 comment
Open

signer_last_* not present in all signers #230

activenodes opened this issue Dec 4, 2023 · 1 comment

Comments

@activenodes
Copy link

With the last 3.2.2 version signer_last_* are not present in all signers

LEADER

signer01:~# curl -sS  localhost:6021/metrics  | grep signer_last | grep -v "# "
signer01:~#

OTHER

signer02:~# curl -sS  localhost:6021/metrics | grep "signer_last_" | grep -v "# "
signer_last_precommit_height{chain_id="meme-1"} 8.814679e+06
signer_last_precommit_round{chain_id="meme-1"} 0
signer_last_prevote_height{chain_id="meme-1"} 8.814679e+06
signer_last_prevote_round{chain_id="meme-1"} 0
signer_last_proposal_height{chain_id="meme-1"} 8.814676e+06
signer_last_proposal_round{chain_id="meme-1"} 0

OTHER

signer03:~# curl -sS  localhost:6021/metrics | grep "signer_last_" | grep -v "# "
signer03:~#

VERSIONS

horcrux-test version
{
  "version": "3.2.2",
  "commit": "4fe383e7310f12aa3b2bd4365d37c048419b3912",
  "go_version": "go1.21.4 linux/amd64",
  "cosmos_sdk_version": "v0.50.1",
  "cometbft_version": "v0.38.0"
}
@activenodes
Copy link
Author

Update:
This is a test environment and I'm only using 1 sentry with 3 signers.
Apparently (compared to previous versions) only a signer per sentry will get this data.
Not the leader, but whoever connects first to the sentry.
Was this change wanted?
Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants