Install the Collector on macOS

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

macOS

macOS releases are available for Intel and ARM systems. The releases are packaged as gzipped tarballs (.tar.gz). To unpack them, run the following commands:

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

Every Collector release includes an otelcol executable that you can run after unpacking.


সর্বশেষ পরিবর্তিত November 13, 2025: pdate After REview (516088bd)