macOSでコレクターをインストールする

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/binary/macos.md.

macOS

macOS向けの リリース は Intel および ARM システムで利用可能です。 リリースはgzip圧縮されたtarball (.tar.gz) としてパッケージ化されています。 解凍するには、以下のコマンドを実行してください。

curl --proto '=https' --tlsv1.2 -fOL https://github.com/open-telemetry/opentelemetry-collector-releases/releases/download/v0.149.0/otelcol_0.149.0_darwin_amd64.tar.gz
tar -xvf otelcol_0.149.0_darwin_amd64.tar.gz
curl --proto '=https' --tlsv1.2 -fOL https://github.com/open-telemetry/opentelemetry-collector-releases/releases/download/v0.149.0/otelcol_0.149.0_darwin_arm64.tar.gz
tar -xvf otelcol_0.149.0_darwin_arm64.tar.gz

すべてのコレクターのリリースには、解凍後に実行できる otelcol 実行ファイルが含まれています。


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