Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 974 Bytes

linux-rpm-demo.md

File metadata and controls

18 lines (13 loc) · 974 Bytes

Run ADOT Collector on Amazon Linux 2

See AWS Distro for OpenTelemetry documentation to run ADOT Collector on Amazon Linux 2 EC2 host.

Installing ADOT Collector via CloudFormation

See AWS Distro for OpenTelemetry documentation for detailed information on installing ADOT Collector via CloudFormation on EC2.

Install ADOT Collector on ECS EC2

See AWS Distro for OpenTelemetry documentation for detailed information on installing ADOT Collector on ECS.

enable debugging log

add a key value pair into /opt/aws/aws-otel-collector/etc/extracfg.txt and restart collector

echo "loggingLevel=DEBUG" | sudo tee -a /opt/aws/aws-otel-collector/etc/extracfg.txt
sudo /opt/aws/aws-otel-collector/bin/aws-otel-collector-ctl -a stop
sudo /opt/aws/aws-otel-collector/bin/aws-otel-collector-ctl -a start