Skip to content

Commit 03d4610

Browse files
mariomacmaryliag
andauthored
Document OBI log_format configuration (#9514)
Co-authored-by: Marylia Gutierrez <marylia.gutierrez@grafana.com>
1 parent 5b47f5d commit 03d4610

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

content/en/docs/zero-code/obi/configure/options.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ channel_buffer_len: 33
5353
| `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 |
5454
| `shutdown_timeout`<br>`OTEL_EBPF_SHUTDOWN_TIMEOUT` | Sets the timeout for a graceful shutdown | string | "10s" |
5555
| `log_level`<br>`OTEL_EBPF_LOG_LEVEL` | Sets process logger verbosity. Valid values: `DEBUG`, `INFO`, `WARN`, `ERROR`. | string | `INFO` |
56+
| `log_format`<br>`OTEL_EBPF_LOG_FORMAT` | Sets logger output format. Valid values: `text`, `json`. | string | `text` |
5657
| `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` |
5758
| `enforce_sys_caps`<br>`OTEL_EBPF_ENFORCE_SYS_CAPS` | Controls how OBI handles missing system capabilities at startup. | boolean | `false` |
5859

0 commit comments

Comments
 (0)