-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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 protocol metadata to resource fetch requests #12395
Comments
Hey @serglom21 thanks for writing in!
To confirm, do you mean the browser I'm not sure this is possible given that the instrumentation for Which SDK are you using? |
Yes we can add this because it comes from the resource timing api:
|
@Lms24 Correct! I mean all of the This was tested on |
Ditto what @AbhiPrasad said, it's definitely possible to get that out since it's part of resource timing. |
Problem Statement
Currently, information like
network.protocol.name
andnetwork.protocol.version
is added tohttp.client
operations. It would be beneficial to also see this information on resource fetch requestsSolution Brainstorm
Add
network.protocol.name
andnetwork.protocol.version
to resource fetch requestsThe text was updated successfully, but these errors were encountered: