Install the Collector on Windows

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

Windows

Windows releases are available as MSI installers and gzipped tarballs (.tar.gz). The MSI installs the Collector as a Windows service named after the distribution, with the display name “OpenTelemetry Collector”, and registers an Application Event Log source with the distribution name.

MSI installation

msiexec /i "https://github.com/open-telemetry/opentelemetry-collector-releases/releases/download/v0.139.0/otelcol_0.139.0_windows_x64.msi"

Manual installation

Invoke-WebRequest -Uri "https://github.com/open-telemetry/opentelemetry-collector-releases/releases/download/v0.139.0/otelcol_0.139.0_windows_amd64.tar.gz" -OutFile "otelcol_0.139.0_windows_amd64.tar.gz"
tar -xvzf otelcol_0.139.0_windows_amd64.tar.gz

Every release includes the Collector executable that you can run after installation.


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