-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
quic: add support for quic-go metrics #2823
Conversation
Pending: quic-go patch release. |
f379090
to
e055461
Compare
p2p/transport/quicreuse/options.go
Outdated
@@ -10,9 +12,12 @@ func DisableReuseport() Option { | |||
} | |||
|
|||
// EnableMetrics enables Prometheus metrics collection. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's add to the comment saying if nil is passed, it will use the default registerer
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One suggestion to improve the comment for the exported Option func.
Here's a run with full diff - https://github.com/libp2p/go-libp2p/actions/runs/9974916892/job/27563846282 I'll make sure we have the diff available on failures in the next release of uci. |
No description provided.