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: instrumentation/nginx/README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -168,6 +168,8 @@ Set the operation name when starting a new span.
168
168
Enable propagation of distributed tracing headers, e.g. `traceparent`. When no parent trace is given, a new trace will
169
169
be started. The default propagator is W3C.
170
170
171
+
The same inheritance rules as [`proxy_set_header`](http://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_set_header) apply, which means this directive is applied at the current configuration level if and only if there are no `proxy_set_header` directives defined on a lower level.
172
+
171
173
-**required**: `false`
172
174
-**syntax**: `opentelemetry_propagate` or `opentelemetry_propagate b3`
0 commit comments