Skip to content
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

Closed
georges-git opened this issue Jul 15, 2021 · 9 comments
Closed

latest otel collector version for ec2 and fargate #579

georges-git opened this issue Jul 15, 2021 · 9 comments
Labels
EC2 EC2 related request Fargate Fargate related issue stale

Comments

@georges-git
Copy link

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?

@sethAmazon
Copy link
Member

@sethAmazon
Copy link
Member

@sethAmazon
Copy link
Member

@sethAmazon
Copy link
Member

You can also pull 0.11.0 directly "docker pull public.ecr.aws/aws-observability/aws-otel-collector:v0.11.0"

@sethAmazon
Copy link
Member

I download with the same link and I got agent version 0.11.0.
Screen Shot 2021-07-15 at 10 44 21 AM

@georges-git
Copy link
Author

georges-git commented Jul 15, 2021

Hello, I don't want to hard code versions.

  1. Would this "public.ecr.aws/aws-observability/aws-otel-collector:latest" pull the lates 0.11 version for running otel as sidecar in fargate?

@mxiamxia
Copy link
Member

pls use "public.ecr.aws/aws-observability/aws-otel-collector:latest" which should always pull the latest version for your service.

@alolita alolita added EC2 EC2 related request Fargate Fargate related issue labels Aug 4, 2021
@github-actions
Copy link
Contributor

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.

@github-actions github-actions bot added the stale label Dec 26, 2021
@khanhntd
Copy link
Contributor

khanhntd commented Jan 7, 2022

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.

@khanhntd khanhntd closed this as completed Jan 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
EC2 EC2 related request Fargate Fargate related issue stale
Projects
None yet
Development

No branches or pull requests

5 participants