You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: semantic_conventions/trace/instrumentation/azure-sdk.yml
+14-12
Original file line number
Diff line number
Diff line change
@@ -26,9 +26,19 @@ groups:
26
26
span_kind: client
27
27
brief: 'Describes HTTP client spans created per HTTP request (try).'
28
28
note: >
29
-
This conventions follows [OpenTelemetry HTTP](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/trace/semantic_conventions/http.md)
29
+
This conventions follows [OpenTelemetry HTTP conventions v1.6.](https://github.com/open-telemetry/opentelemetry-specification/blob/v1.6.x/specification/trace/semantic_conventions/http.md)
30
30
but omits all optional attributes, providing only `http.url` to describe destination. It adds request-id attributes supported by Azure services.
31
31
attributes:
32
+
- id: request_id
33
+
type: string
34
+
required: always
35
+
brief: 'Value of the [x-ms-client-request-id] header (or other request-id header, depending on the service) sent by the client.'
0 commit comments