| title | OBI configuration YAML example |
|---|---|
| linkTitle | YAML example |
| description | Example OBI configuration YAML example. |
| weight | 100 |
discovery:
instrument:
- open_ports: 8443
log_level: DEBUG
ebpf:
context_propagation: all
otel_traces_export:
endpoint: http://localhost:4318
prometheus_export:
port: 8999
path: /metricsThis configuration includes the following options:
discovery.instrument.open_ports: instruments services listening on port 8443log_level: sets logging verbosity toDEBUGebpf.context_propagation: enables context propagation using all supported carriersotel_traces_export.endpoint: sends traces to the OpenTelemetry Collector athttp://localhost:4318prometheus_export: exposes metrics athttp://localhost:8999/metrics