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

Not able to instrument SPDY #391

Open
ashokduraikeg opened this issue Oct 5, 2022 · 0 comments
Open

Not able to instrument SPDY #391

ashokduraikeg opened this issue Oct 5, 2022 · 0 comments

Comments

@ashokduraikeg
Copy link

ashokduraikeg commented Oct 5, 2022

Hi,

I am working on a project where I need to instrument the SPDY framework code to get access to request and response. This is for application performance monitoring purposes. I have successfully able to instrument other frameworks (expressjs etc...) without any issues. Seeing an issue (getting net::ERR_HTTP2_PROTOCOL_ERROR error in the browser for some of the resources) while instrumenting the SPDY framework code. I have double checked that the issue is not in the post instrumentational code. The act of instrumenting SPDY framework creates an issue so I believe it is something to do with the SPDY framework. The issue is not happening at all the times it is random.
image

I also noticed some similar issue reported by another person as well. https://github.com/spdy-http2/node-spdy/issues/380

Following are the versions of my environment.
NodeJS : 16.13.1
ExpressJS : 4.18.1
SPDY : 4.0.2
OS : Windows 10 Pro 21H1 (Build 19043.1826)

Please find attached, simple example project that we have created to replicate and understand issue.
spdy-instrumentation-poc.zip

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant