Pinglei Guo

Results 22 comments of Pinglei Guo

Close since the release is out - https://hub.docker.com/r/amazon/cloudwatch-agent/tags?page=1&ordering=last_updated - https://gallery.ecr.aws/cloudwatch-agent/cloudwatch-agent

@fitchtech. The containerd socket on host is in a different path (same as bottlerocket). This is PR for EKS AMI https://github.com/awslabs/amazon-eks-ami/pull/698/files and the config file https://github.com/awslabs/amazon-eks-ami/blob/8450297eb2ef87fe5cbbce52a86ddcdc8b2e6716/files/containerd-config.toml#L1-L6 ``` [grpc] address =...

😅 The logic is - get wifi login https://github.com/aws/amazon-cloudwatch-agent/blob/master/translator/util/ec2util/ec2util.go#L57-L57 - use it as hostname https://github.com/aws/amazon-cloudwatch-agent/blob/master/translator/translate/util/placeholderUtil.go#L52-L52 But I think it won't get triggered if the agent is configured as onPrem using...

There are related issue and PRs in cwagent repo - https://github.com/aws/amazon-cloudwatch-agent/issues/103 we may plan to allow turning off custom metrics and only generates structured logs, the logs are in EMF...

Paste from https://github.com/aws/amazon-cloudwatch-agent/issues/103#issuecomment-972362366 It's possible to do that with opentelemetry collector https://aws-otel.github.io/docs/getting-started/container-insights/eks-infra#advanced-usage > With the default configuration, the ADOT Collector collects the complete set of metrics as defined in this...

There is a new blog on using ADOT to customize metrics https://aws.amazon.com/blogs/containers/cost-savings-by-customizing-metrics-sent-by-container-insights-in-amazon-eks/

X-Ray backend now supports W3C trace id (in X-Ray text format), i.e. the timestamp validation is now removed from both the collector and backend https://aws.amazon.com/about-aws/whats-new/2023/10/aws-x-ray-w3c-format-trace-ids-distributed-tracing/ For integrated AWS services, there...

Sorry for the late reply, I saw there is already https://github.com/opensearch-project/opensearch-java/blob/main/USER_GUIDE.md I suppose I can add the skip cert check snippet to that file?

Created issue in upstream https://github.com/open-telemetry/opentelemetry-java-instrumentation/issues/12311

Fixed in https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12352 in upstream might need to update tests when pulling upstream change.