diff --git a/docs/preview/03-Features/correlation.md b/docs/preview/03-Features/correlation.md index 022ee3e4..7f10329c 100644 --- a/docs/preview/03-Features/correlation.md +++ b/docs/preview/03-Features/correlation.md @@ -114,12 +114,6 @@ builder.Services.AddHttpCorrelation(options => // The header that will contain the operation ID in the HTTP response (default: X-Operation-Id). options.Operation.HeaderName = "X-MyOperation-Id"; - - // Configuration on operation parent ID request header (`traceparent`). - // ------------------------------------------------------------------ - - // The header that will contain the operation parent ID in the HTTP request (default: traceparent). - options.UpstreamService.HeaderName = "x-request-id"; }); ``` diff --git a/docs/versioned_docs/version-v1.7.0/03-Features/correlation.md b/docs/versioned_docs/version-v1.7.0/03-Features/correlation.md index 022ee3e4..7f10329c 100644 --- a/docs/versioned_docs/version-v1.7.0/03-Features/correlation.md +++ b/docs/versioned_docs/version-v1.7.0/03-Features/correlation.md @@ -114,12 +114,6 @@ builder.Services.AddHttpCorrelation(options => // The header that will contain the operation ID in the HTTP response (default: X-Operation-Id). options.Operation.HeaderName = "X-MyOperation-Id"; - - // Configuration on operation parent ID request header (`traceparent`). - // ------------------------------------------------------------------ - - // The header that will contain the operation parent ID in the HTTP request (default: traceparent). - options.UpstreamService.HeaderName = "x-request-id"; }); ```