(01)Install OpenTelemetry
Linux
1# Install OTel Collector2wget https://github.com/open-telemetry/opentelemetry-collector-releases/releases/download/v0.108.0/otelcol-contrib_0.108.0_linux_amd64.tar.gz3tar xvf otelcol-contrib_0.108.0_linux_amd64.tar.gz4./otelcol-contrib --config config.yaml