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

swarm: add a peer dial latency metric #2959

Merged
merged 1 commit into from
Oct 17, 2024
Merged

swarm: add a peer dial latency metric #2959

merged 1 commit into from
Oct 17, 2024

Conversation

sukunrt
Copy link
Member

@sukunrt sukunrt commented Sep 12, 2024

Part of #2958

@MarcoPolo MarcoPolo self-requested a review October 9, 2024 00:03
@MarcoPolo MarcoPolo mentioned this pull request Oct 9, 2024
30 tasks
Namespace: metricNamespace,
Name: "dial_latency_seconds",
Help: "time taken to establish connection with the peer",
Buckets: []float64{0.001, 1.3, 35},
Copy link
Collaborator

Choose a reason for hiding this comment

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

Where are these numbers coming from?

Copy link
Member Author

Choose a reason for hiding this comment

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

I copied it from somewhere 😅
The range is 1ms to 10s

@MarcoPolo MarcoPolo merged commit af2042c into master Oct 17, 2024
11 checks passed
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.

2 participants