OBI configuration YAML example

Example OBI configuration YAML example.

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

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 8443
  • log_level: sets logging verbosity to DEBUG
  • ebpf.context_propagation: enables context propagation using all supported carriers
  • otel_traces_export.endpoint: sends traces to the OpenTelemetry Collector at http://localhost:4318
  • prometheus_export: exposes metrics at http://localhost:8999/metrics

সর্বশেষ পরিবর্তিত January 31, 2026: update OBI YAML configuration to add context propagation and remove wakeup_len (#9078) (07519dca)