-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
chore: bump go-libp2p v0.23.1 #9285
Conversation
Exposing WebTransport functionality is tracked in #9289 |
7ca1d7c
to
d20b61c
Compare
c4f2a45
to
2572f00
Compare
go_cgo_go_to_c_calls_calls_total | ||
go_gc_cycles_automatic_gc_cycles_total | ||
go_gc_cycles_forced_gc_cycles_total | ||
go_gc_cycles_total_gc_cycles_total |
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.
We can't configure thoses sadly because they are already registered at init by the lib:
https://github.com/prometheus/client_golang/blob/9801a4e3ceb49d24dfaf4fa6fc8c2d58aa3b2dc9/prometheus/registry.go#L61-L64
(so if we try to do so it just panic)
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.
@Jorropo oof, is this upstream issue?
We are handling this gracefully for our own metrics: https://github.com/ipfs/kubo/blob/v0.16.0/core/corehttp/gateway_handler.go#L181-L187
fdb6ace
to
a58ba55
Compare
This does not include any WebTransport config code in Kubo, this will be done later in an other PR.
a58ba55
to
fb22320
Compare
chore: bump go-libp2p v0.23.1 This commit was moved from ipfs/kubo@5bcbd15
This does not include any WebTransport config code in Kubo, this will be done later in an other PR.