-
|
I am trying to set up Datadog monitoring for my app via public.ecr.aws/aws-observability/aws-otel-collector:latest collector image image. I have an app running as another image in Fargate with environment variables as But after deployment while checking the logs I could see the failures as Please help with this issue. I have tried locally using Docker it was working well. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
port |
Beta Was this translation helpful? Give feedback.
port
4317that you are using inOTEL_EXPORTER_OTLP_ENDPOINTis the default port for OTLP/gRPC but the agent defaults to OTLP/HTTP which by default uses port4318. Either change the port or configure the agent to use grpc.