-
Notifications
You must be signed in to change notification settings - Fork 4
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
lib: add metrics support for http2 #256
base: node-v22.x-nsolid-v5.x
Are you sure you want to change the base?
Conversation
santigimeno
commented
Jan 21, 2025
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.
I don't have much to say, but based on the shape, this is looking good to me.
aae15a1
to
106d9e8
Compare
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.
LGTM
lib/internal/http2/core.js
Outdated
@@ -2323,7 +2381,7 @@ class Http2Stream extends Duplex { | |||
const handle = this[kHandle]; | |||
const id = this[kID]; | |||
|
|||
debugStream(this[kID] || 'pending', session[kType], 'destroying stream'); | |||
// debugStream(this[kID] || 'pending', session[kType], 'destroying stream'); |
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.
Is it expected?
106d9e8
to
724cce6
Compare
7cbac44
to
49d2225
Compare
49d2225
to
ad78768
Compare