OBI configuration YAML example
Example OBI configuration YAML example.
YAML file example
discovery:
instrument:
- open_ports: 8443
log_level: DEBUG
ebpf:
context_propagation: all
otel_traces_export:
endpoint: http://localhost:4318
prometheus_export:
port: 8999
path: /metrics
This 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
Feedback
Was this page helpful?
Thank you. Your feedback is appreciated!
Please let us know how we can improve this page. Your feedback is appreciated!