Documentation ¶
Overview ¶
Package cwagent implements CloudWatch agent plugin. ref. https://github.com/aws-samples/amazon-cloudwatch-container-insights/tree/master/k8s-deployment-manifest-templates/deployment-mode/daemonset/container-insights-monitoring/quickstart ref. https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/Container-Insights-setup-metrics.html ref. https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/Container-Insights-setup-EKS-quickstart.html ref. https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/Container-Insights-setup-logs.html
Publishes worker nodes logs to:
- /aws/containerinsights/[CLUSTER-NAME]/performance
Index ¶
Constants ¶
const CWAgentImageName = "amazon/cloudwatch-agent:1.245315.0"
CWAgentImageName is the image name of CloudWatch agent daemon set. ref. https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/Container-Insights-setup-logs.html ref. https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/Container-Insights-setup-EKS-quickstart.html ref. https://hub.docker.com/r/amazon/cloudwatch-agent
const TemplateCWAgentConf = `` /* 250-byte string literal not displayed */
https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/Container-Insights-setup-metrics.html
Variables ¶
This section is empty.
Functions ¶
func New ¶
func New(cfg Config) eks_tester.Tester