OBI configuration YAML example

Example OBI configuration YAML example.

You are viewing the English version of this page because it has not yet been fully translated. Interested in helping out? See Contributing.

YAML file example

An example OBI YAML configuration file to send OTLP data to Grafana Cloud OTLP endpoint:

discovery:
  instrument:
    - open_ports: 443
log_level: DEBUG

ebpf:
  wakeup_len: 100

otel_traces_export:
  endpoint: http://localhost:4318

prometheus_export:
  port: 8999
  path: /metrics

সর্বশেষ পরিবর্তিত July 24, 2025: menuTitle -> linkTitle (a431091e)