Difference between revisions of "AWS CloudWatch Container Insights"

From wikieduonline
Jump to navigation Jump to search
Line 4: Line 4:
 
For Amazon ECS, network metrics are available only for containers in [[bridge network mode]]. They are not available for containers in [[awsvpc network mode]] or [[host network mode]].
 
For Amazon ECS, network metrics are available only for containers in [[bridge network mode]]. They are not available for containers in [[awsvpc network mode]] or [[host network mode]].
  
* To enable service: <code>[[aws ecs]] put-account-setting --name "containerInsights" --value "enabled"</code>
+
* To enable service to all new [[ECS]] clusters: <code>[[aws ecs]] put-account-setting --name "containerInsights" --value "enabled"</code>
  
 
== Related terms ==
 
== Related terms ==

Revision as of 07:05, 5 August 2021

wikipedia:Container Insights (2019) [1] is a service that collects data as performance log events using the embedded metric format.


For Amazon ECS, network metrics are available only for containers in bridge network mode. They are not available for containers in awsvpc network mode or host network mode.

  • To enable service to all new ECS clusters: aws ecs put-account-setting --name "containerInsights" --value "enabled"

Related terms

See also

  • https://aws.amazon.com/about-aws/whats-new/2019/07/introducing-container-insights-for-ecs-and-aws-fargate-in-preview/
  • Advertising: