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

feat: unbundle fixed-label metrics #460

Merged
merged 1 commit into from
Aug 10, 2023

Conversation

twoeths
Copy link
Contributor

@twoeths twoeths commented Aug 7, 2023

Motivation

Description

@twoeths twoeths marked this pull request as ready for review August 7, 2023 11:22
@twoeths twoeths requested a review from a team as a code owner August 7, 2023 11:22
break
default:
this.meshPeerInclusionEventsUnknown.inc({ topic }, count)
break
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it really necessary to have so much granularity here?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dapplion without it we don't know how mesh peers are added for beacon_attestation topic like before

maybe it's not important for this specific metric, but the same granularity for ChurnReason metrics below are quite important when investigating low mesh peer issue

so it's more code here but beneficial for the applications using gossipsub

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Okk sounds good

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

Successfully merging this pull request may close these issues.

3 participants