Skip to content

Commit

Permalink
editorial tweak to recent OTel edits (#6761)
Browse files Browse the repository at this point in the history
* editorial tweak to recent OTel edits

* Update nservicebus/messaging/headers.md
  • Loading branch information
adamralph authored Aug 19, 2024
1 parent 2fa87f7 commit cb3cce9
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions nservicebus/messaging/headers.md
Original file line number Diff line number Diff line change
Expand Up @@ -322,19 +322,11 @@ The NServiceBus version number.

## OpenTelemetry-related headers

These headers are added when [OpenTelemetry](/nservicebus/operations/opentelemetry.md) is enabled on the endpoint.
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):

### traceparent

The `traceparent`-header, in accordance with the [W3C TraceContext specification](https://www.w3.org/TR/trace-context/#traceparent-header).

### tracestate

The `tracestate`-header, in accordance with the [W3C TraceContext specification](https://www.w3.org/TR/trace-context/#tracestate-header).

### baggage

The `baggage`-header, in accordance with the [W3C TraceContext specification](https://www.w3.org/TR/baggage/#baggage-http-header-format).
- [`traceparent`](https://www.w3.org/TR/trace-context/#traceparent-header)
- [`tracestate`](https://www.w3.org/TR/trace-context/#tracestate-header)
- [`baggage`](https://www.w3.org/TR/baggage/#baggage-http-header-format)

## Audit headers

Expand Down

0 comments on commit cb3cce9

Please sign in to comment.