Eric Hsueh
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.
Hi @fpaparoni, can you confirm that the Collector and the Pod you are annotating are in the same namespace? That may be a reason why the sidecar mode doesn't seem...
Hey @fpaparoni, any updates here? Were you ever able to get sidecar deployment of the Collector working? If not, I'd like to dive a bit deeper into why this issue...
> We are using the deployment mode without problems and never switched back to sidecar. If it can be useful I can make some specific tests I see - I've...