Eric Hsueh

Results 7 comments of Eric Hsueh

This can be done by removing `git checkout v0.9.0` in line 52 of `./ci/do_ci.sh`.

This is a known issue, we are looking into changing the behavior

Can you share the Collector config please?

> Updated to match latest commit on main. Some comments: > > * go.mod and go.sum are different because I had to include `awsprometheuswriter`. This is because the current collector...

Updating with current findings, the `separator` and `replacement` fields are being added during yaml marshal/unmarshalling in `ReplaceConfig()`, see [here](https://github.com/open-telemetry/opentelemetry-operator/blob/main/pkg/collector/reconcile/config_replace.go#L51-L62). Will be out this week, but can dive deeper into why...

> FYI. > > ServiceName can be retrieved from metadata when using Amazon ECS container agent version 1.63.1 or later. > > https://aws.amazon.com/about-aws/whats-new/2022/10/amazon-ecs-metadata-attributes-tasks-running-amazon-ec2/ https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-metadata-endpoint-v4.html#task-metadata-endpoint-v4-response As stated here, `ServiceName` is now...

This [PR](https://github.com/open-telemetry/opentelemetry-collector-contrib/pull/19744) upstream resolves the issue, and changes should be included in the next ADOT Collector release.