Heyo!
Don’t suppose anyone has any experience getting CloudQuery telemetry to play nicely with AWS X-Ray? Trying to collect CloudQuery telemetry using “AWS Distro for OpenTelemetry” on ECS but not having much luck.
Got a PR here: https://github.com/guardian/service-catalogue/pull/530
Essentially running public.ecr.aws/aws-observability/aws-otel-collector
in a sidecar container to CloudQuery, which exposes an OTLP collector on localhost:4318
. This should, in theory, collect the OpenTelemetry data from CloudQuery and send it off to AWS X-Ray… but I’m seeing diddly squat come through on the X-Ray end of things, and I don’t seem to see any logs from CloudQuery or the sidecar about anything bad happening.