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: content/en/docs/zero-code/obi/configure/options.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,6 +53,7 @@ channel_buffer_len: 33
53
53
| `target_pids`<br>`OTEL_EBPF_TARGET_PID` | Selects processes to instrument by PID. Accepts a YAML list, a single value, or a comma-separated environment variable list. | integer or integer list | unset |
54
54
| `shutdown_timeout`<br>`OTEL_EBPF_SHUTDOWN_TIMEOUT` | Sets the timeout for a graceful shutdown | string | "10s" |
| `trace_printer`<br>`OTEL_EBPF_TRACE_PRINTER` | Prints instrumented traces to stdout in a specified format, refer to [trace printer formats](#trace-printer-formats). | string | `disabled` |
57
58
| `enforce_sys_caps`<br>`OTEL_EBPF_ENFORCE_SYS_CAPS` | Controls how OBI handles missing system capabilities at startup. | boolean | `false` |
0 commit comments