-
Notifications
You must be signed in to change notification settings - Fork 306
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
Add support for HTTP2 #312
Comments
Any updates on this? It seems that there is a http2 plugin but it has been disabled in #547 |
We've hit a few blockers for HTTP2 because of the way the span from the What is your use case for HTTP2? It's possible we can support it in another way for now, for example if you are using a framework adding support for that framework, similar to what we did with gRPC. |
Thanks for your response @rochdev.
I'm using https://github.com/grantila/fetch-h2 to talk to an envoy proxy via http2 (http2-prior-knowledge). |
So you're using an HTTP2 client and not a server (in Node)? Since the issue we were having was with server, I could always re-add support but only for clients for now. |
Correct
That would be much appreciated! |
Enabled the client instrumentation in #912. |
@rochdev We apparently were using an older version of the JS library, and found #2415 and https://github.com/DataDog/dd-trace-js/releases/tag/v3.4.0 Does that not solve this ticket, or is there some concerns with "compatibility mode"? We're not sure what compatibility mode over here means. |
Ah yes sorry for the confusion, since we landed support for the compatibility API a while back I assumed you were referring to the core API. The difference is that the compatibility API basically just exposes the same API as You can find more information about these in the Core API and Compatibility API docs. |
This includes instrumentation and propagation.
The text was updated successfully, but these errors were encountered: