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
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -171,7 +171,7 @@ be started. The default propagator is W3C.
171
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
172
173
173
-**required**: `false`
174
-
-**syntax**: `opentelemetry_propagate` or `opentelemetry_propagate b3`
174
+
-**syntax**: `opentelemetry_propagate` or `opentelemetry_propagate b3` or `opentelemetry_propagate b3multi`
175
175
-**block**: `http`, `server`, `location`
176
176
177
177
### `opentelemetry_capture_headers`
@@ -232,6 +232,7 @@ The following nginx variables are set by the instrumentation:
0 commit comments