You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In version 0.123.0 despite configuring the collector to bind to 0.0.0.0:8888 for metrics it only binds to localhost:8888. This is causing me issues when I try to navigate to this as a running container on my AWS account. The same config works fine in version 0.121.1
Steps to Reproduce
Add telemetry metrics to the service over port 8888:
Component(s)
No response
What happened?
Description
In version 0.123.0 despite configuring the collector to bind to 0.0.0.0:8888 for metrics it only binds to localhost:8888. This is causing me issues when I try to navigate to this as a running container on my AWS account. The same config works fine in version 0.121.1
Steps to Reproduce
Add telemetry metrics to the service over port 8888:
Expected Result
The collector should bind to all addresses on port 8888:
Actual Result
Collector version
0.123.0
Environment information
Environment
AWS ECS - but I was able to reproduce this locally as a regular docker container
OpenTelemetry Collector configuration
Log output
Additional context
No response
The text was updated successfully, but these errors were encountered: