-
Notifications
You must be signed in to change notification settings - Fork 37
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
Update agent example to support apple silicon #89
base: master
Are you sure you want to change the base?
Conversation
@@ -29,7 +29,7 @@ region = $AWS_REGION | |||
" > ./.aws/config | |||
|
|||
docker build -t agent:latest . | |||
docker run -p 25888:25888/udp -p 25888:25888/tcp \ | |||
docker run -p 25888:25888/udp -p 25888:25888/tcp \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just removed extra space
ENTRYPOINT ["/opt/aws/amazon-cloudwatch-agent/bin/start-amazon-cloudwatch-agent"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just added new line at EOF
Any feedback on this? |
Ping |
Ping, anyone at aws-embedded-metrics-java project with admin permissions can have a look at this PR? |
Description of changes:
Update agent example to support apple silicon
Removed hardcoded cloudwatch-agent debian S3 file, and replaced with docker-image that supports several platforms
Testing:
Env
Saw metrics being published from docker container:
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.