-
Notifications
You must be signed in to change notification settings - Fork 241
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
latest otel collector version for ec2 and fargate #579
Comments
|
https://aws-otel-collector.s3.amazonaws.com/amazon_linux/amd64/v0.11.0/aws-otel-collector.rpm download the latest rpm here |
You can also pull 0.11.0 directly "docker pull public.ecr.aws/aws-observability/aws-otel-collector:v0.11.0" |
Hello, I don't want to hard code versions.
|
pls use |
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days. |
Question 1 and 2 will give the same answer: it will always pull the latest one and if you want to know what is the latest version, please checkout the latest tag with release: https://github.com/aws-observability/aws-otel-collector/releases. For now, I will close this issue for now and if you have any more questions, please let us know and we will support you. |
Hello @mxiamxia and aws team:
Question 1: For EC2, I am getting the collector in the following way. It shows the version as 0.8.0. What is the latest version? How to get the latest version?
wget https://aws-otel-collector.s3.amazonaws.com/amazon_linux/amd64/latest/aws-otel-collector.rpm
sudo rpm -Uvh ./aws-otel-collector.rpm
sudo /opt/aws/aws-otel-collector/bin/aws-otel-collector-ctl -c /opt/aws/aws-otel-collector/etc/config.yaml -a start
sudo /opt/aws/aws-otel-collector/bin/aws-otel-collector-ctl -c /opt/aws/aws-otel-collector/etc/config.yaml -a status
{
"status": "running",
"starttime": "2021-07-15T12:29:26+0000",
"version": "v0.8.0"
}
Question 2: For ECS in fargate: when pulling the image from "public.ecr.aws/aws-observability/aws-otel-collector:latest" , what version it will pull?
The text was updated successfully, but these errors were encountered: