# OBI の構成

> OBI の構成方法を学びます。

---

LLMS index: [llms.txt](/llms.txt)

---

OBI は、[エクスポートモード](export-modes/)、グローバルプロパティ、コンポーネントオプションを設定することで構成できます。

OBI がエクスポートするメトリクスの情報については、[エクスポートされるメトリクス](../metrics/)のドキュメントを参照してください。

低カーディナリティのルートデコレーターを構成するには、[ルートデコレーター](routes-decorator/)のドキュメントを参照してください。
最適な結果を得るために非常に重要です。

---

Section pages:

- [OBI のエクスポートモードを構成する](/ja/docs/zero-code/obi/configure/export-modes/): OTLP エンドポイントへ直接データをエクスポートするように OBI を構成する
- [OBI グローバル設定プロパティ](/ja/docs/zero-code/obi/configure/options/): OBI コアに適用されるグローバル設定プロパティを設定する
- [Configure OBI Prometheus and OpenTelemetry data export](/ja/docs/zero-code/obi/configure/export-data/): Configure the OBI components to export Prometheus and OpenTelemetry metrics and OpenTelemetry traces
- [Configure OBI service discovery](/ja/docs/zero-code/obi/configure/service-discovery/): Configure how the OBI service discovery component searches for processes to instrument.
- [Configure OBI metrics and traces attributes](/ja/docs/zero-code/obi/configure/metrics-traces-attributes/): Configure the metrics and traces attributes component that controls the attributes reported, including instance ID decoration and metadata of instrumented Kubernetes pods.
- [Filter metrics and traces by attribute values](/ja/docs/zero-code/obi/configure/filter-metrics-traces/): Configure OBI to filter metrics and traces by attribute values.
- [Configure OBI routes decorator](/ja/docs/zero-code/obi/configure/routes-decorator/): Configure the routes decorator component before OBI sends data to the next stage of the pipeline.
- [Configure OBI Prometheus and OpenTelemetry metrics histograms](/ja/docs/zero-code/obi/configure/metrics-histograms/): Configure metrics histograms for Prometheus and OpenTelemetry, and whether to use native histograms and exponential histograms.
- [Configure OBI OpenTelemetry trace sampling](/ja/docs/zero-code/obi/configure/sample-traces/): Configure how to sample OpenTelemetry traces.
- [OBI as OpenTelemetry Collector receiver](/ja/docs/zero-code/obi/configure/collector-receiver/): Learn how to use OBI as a receiver component in the OpenTelemetry Collector for centralized telemetry processing.
- [Configure the OBI internal metrics reporter](/ja/docs/zero-code/obi/configure/internal-metrics-reporter/): Configure how the optional internal metrics reporter component reports metrics on the internal behavior of the auto-instrumentation tool in Prometheus format.
- [Configure OBI performance](/ja/docs/zero-code/obi/configure/tune-performance/): Configure how the eBPF tracer component instruments HTTP and GRPC services of external processes and creates traces to forward to the next stage of the pipeline.
- [OBI configuration YAML example](/ja/docs/zero-code/obi/configure/example/): Example OBI configuration YAML example.
