Skip to content

[Http] network.protocol.version value in case of connection error/no response #520

@vishweshbankwar

Description

@vishweshbankwar

From Spec: https://github.com/open-telemetry/semantic-conventions/blob/main/docs/http/http-spans.md#common-attributes

[5]: network.protocol.version refers to the version of the protocol used and might be different from the protocol client's version. If the HTTP client has a version of 0.27.2, but sends HTTP version 1.1, this attribute should be set to 1.1.

What should be behavior in case of requests that does not end up in a connection or response from server. Should instrumentations use the version specified by the client or skip setting the tag on Span/Metric?

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions