OBI configuration YAML example

Example OBI configuration YAML example.

আপনি এই পৃষ্ঠার ইংরেজি সংস্করণ দেখছেন কারণ এটি এখনও সম্পূর্ণভাবে অনুবাদ করা হয়নি। সাহায্য করতে আগ্রহী? দেখুন Contributing

YAML file example

An example OBI YAML configuration file to send OTLP data to an OpenTelemetry Collector 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

সর্বশেষ পরিবর্তিত August 11, 2025: Migrate beyla documentation for OBI (#7399) (c6df1ca9)