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

Metric for next sync committee indicates start of committee #6510

Open
jakubgs opened this issue Aug 27, 2024 · 0 comments
Open

Metric for next sync committee indicates start of committee #6510

jakubgs opened this issue Aug 27, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@jakubgs
Copy link
Member

jakubgs commented Aug 27, 2024

An issue with validator_monitor_validator_in_next_sync_committee was discovered, where the value turns from 0 to 1 when sync committee starts, and not before, which is what you would expect from the help message describing the metric:

# HELP validator_monitor_validator_in_next_sync_committee Is the validator in the next sync committee (1 for true and 0 for false)
# TYPE validator_monitor_validator_in_next_sync_committee gauge
validator_monitor_validator_in_next_sync_committee{validator="total"} 1.0
validator_monitor_validator_in_next_sync_committee_created{validator="total"} 1724751190.0

This can be seen in a graph:

image

Where we can see that the in_next_sync_committee metric changed into 1 about 15 seconds before beacon_sync_committee_messages_received_total did. It seems to me that it should alert about participation in next sync committee earlier within the duration of the current one to be useful in any way.

This was observed on v24.7.0-99f657-stateofus version of beacon node.

@jakubgs jakubgs added the bug Something isn't working label Aug 27, 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
Projects
None yet
Development

No branches or pull requests

1 participant