Pinglei Guo
Pinglei Guo
I went through the wiki and got it running (btw: I am software engineer from Amazon volunteer with UBC CIC, so I only know things are running but have no...
ping @mxiamxia
@skyduo I think you have another PR in upstream so this one can be closed?
@skyduo I think you need to sync w/ @jhnlsn or @alolita on merging this. We (me and Min) no longer actively work on ADOT. btw: you need to rebase and...
> 2021-04-26T08:33:06.893Z INFO service/service.go:411 Starting AWS OTel Collector... {"Version": "v0.7.0", "GitHash": "14a0d2cf11fe4ed2cd254241acdda17c54a0e59e", "NumCPU": 8} The image your are using is v0.7.0 https://github.com/aws-observability/aws-otel-collector/commit/14a0d2cf11fe4ed2cd254241acdda17c54a0e59e It does not have Jaeger receiver enabled, also...
I think if you send a SIGTERM to the agent, it should flush the data in buffer. btw: We are not following telegraf closely, which support flushing without shutdown using...
Created a temp image based on #189 ~~`public.ecr.aws/p5m3p1a7/cwagent-k8s-containerd-pod:0.1`~~ (the latest official release now contains this fix) and the daemonset yaml need to be udpated to mount `/run/containerd/containerd.sock` NOTE: If you...
Another known issue is because we are using cadvisor, pod level filesystem usage is ignored ``` "container_filesystem_available", "container_filesystem_capacity", "container_filesystem_usage", "container_filesystem_utilization" ``` https://github.com/google/cadvisor/blob/291c215c5ddc5216659b5e793a98a0ba9f104afb/container/containerd/handler.go#L163-L167 ```go func (h *containerdContainerHandler) GetSpec() (info.ContainerSpec, error) {...
NOTE: container file system usage is not provided after switching to containerd https://github.com/google/cadvisor/issues/2785 Created another issue to track the container filesystem metrics https://github.com/aws/amazon-cloudwatch-agent/issues/192
Reopen this issue since we are still in the release process, and the official container insight public doc plus sample manifest is not updated yet.