コレクターのインストール

The content of this page may be outdated and some links may be invalid. A newer version of this page exists in English.

More information ...

To see the changes to the English page since this page was last updated: visit GitHub compare ec1657d1..9f912d59 and search for content/en/docs/collector/install/_index.md.

OpenTelemetryコレクターはさまざまなオペレーティングシステムやアーキテクチャにデプロイできます。 以下の手順は、コレクターの最新の安定版をダウンロードしてインストールする方法を示しています。

OpenTelemetryコレクターに適用可能なデプロイメントモデル、コンポーネント、リポジトリについてよく知らない場合は、まずデータ収集デプロイ方法のページを確認してください。

ソースからビルドする

以下のコマンドを使用して、ローカルのオペレーティングシステムに基づいてコレクターの最新バージョンをビルドできます。

git clone https://github.com/open-telemetry/opentelemetry-collector.git
cd opentelemetry-collector
make install-tools
make otelcorecol

最終更新 April 14, 2026: chore(ja): update drift status (43066858)