Skip to content

Commit cb3cce9

Browse files
authored
editorial tweak to recent OTel edits (#6761)
* editorial tweak to recent OTel edits * Update nservicebus/messaging/headers.md
1 parent 2fa87f7 commit cb3cce9

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

nservicebus/messaging/headers.md

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -322,19 +322,11 @@ The NServiceBus version number.
322322

323323
## OpenTelemetry-related headers
324324

325-
These headers are added when [OpenTelemetry](/nservicebus/operations/opentelemetry.md) is enabled on the endpoint.
325+
These headers are added when [OpenTelemetry](/nservicebus/operations/opentelemetry.md) is enabled for an endpoint, in accordance with the [W3C Trace Context specification](https://www.w3.org/TR/trace-context):
326326

327-
### traceparent
328-
329-
The `traceparent`-header, in accordance with the [W3C TraceContext specification](https://www.w3.org/TR/trace-context/#traceparent-header).
330-
331-
### tracestate
332-
333-
The `tracestate`-header, in accordance with the [W3C TraceContext specification](https://www.w3.org/TR/trace-context/#tracestate-header).
334-
335-
### baggage
336-
337-
The `baggage`-header, in accordance with the [W3C TraceContext specification](https://www.w3.org/TR/baggage/#baggage-http-header-format).
327+
- [`traceparent`](https://www.w3.org/TR/trace-context/#traceparent-header)
328+
- [`tracestate`](https://www.w3.org/TR/trace-context/#tracestate-header)
329+
- [`baggage`](https://www.w3.org/TR/baggage/#baggage-http-header-format)
338330

339331
## Audit headers
340332

0 commit comments

Comments
 (0)