-
Notifications
You must be signed in to change notification settings - Fork 618
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
telemetry not working #260
Comments
Hi @jdamick, Can you verify if you have the required policy on your instance role? Specifically "ecs:StartTelemetrySession" from http://docs.aws.amazon.com/AmazonECS/latest/developerguide/instance_IAM_role.html More details on enabling metrics can be found here: http://docs.aws.amazon.com/AmazonECS/latest/developerguide/cloudwatch-metrics.html#enable_cloudwatch |
thank you, my ecsInstanceRole was missing ecs:StartTelemetrySession.. just attached the: AmazonEC2ContainerServiceforEC2Role All is now good:
|
* Adding in the ability to set container tags * removed an unused variable * Change the lables ENV value. No value will not give a default error. Added tests for no lables or blank. * Change the lables ENV value. No value will not give a default error. Added tests for no lables or blank. * Corrected the spelling of labels
I'm not seeing any telemetry show up in the console and it appears the agent is having an issue sending it..
Am I missing an IAM permission or something along those lines?
I verified that i can curl the url:
(not using -v to keep it short)
In the agent I see:
The text was updated successfully, but these errors were encountered: