Add http.client.network_timing event for HTTP client phase timings#3727
Add http.client.network_timing event for HTTP client phase timings#3727surbhiia wants to merge 4 commits into
Conversation
2bf9826 to
89c9923
Compare
89c9923 to
23b4bc7
Compare
|
This PR contains changes to area(s) that do not have an active SIG/project and will be auto-closed:
Such changes may be rejected or put on hold until a new SIG/project is established. Please refer to the Semantic Convention Areas |
|
This PR contains changes to area(s) that do not have an active SIG/project and will be auto-closed:
Such changes may be rejected or put on hold until a new SIG/project is established. Please refer to the Semantic Convention Areas |
…ributes to use reltime suffix instead of time
|
@pellared @trask I've updated the PR with the suggested fixes - removal of snippets about original HTTP span attribute copy and renaming to use reltime suffix instead of time. Let me know if there are any more pending items on this. Do give this an approval and I can fix the one failing check by rebasing to the latest branch before it can be merged. Thanks! |
Fixes #3385
Changes
Adds the
http.client.network_timingevent so HTTP client instrumentations can report per-phase network timing when the platform exposes phase boundaries (for example on mobile clients).Model
registry.http.client_network_timingattribute group in model/http/registry.yamlevent.http.client.network_timingin model/http/events.yaml.Documentation
Changelog
Prototype PR - open-telemetry/opentelemetry-java-instrumentation#15664
Merge requirement checklist
[chore]