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
so 0 instead of port 8090, this prevents any metrics ingestion using ecs-discovery.
If I try to wget 172.30.8.250:8090 from ecs-discovery container it works returning the expected metric.
/prometheus # wget 172.30.8.250:8090 -O -
Connecting to 172.30.8.250:8090 (172.30.8.178:8090)
writing to stdout
# HELP system_connection Total connection result# TYPE system_connection counter# HELP queue_size Total of element in the queue to process# TYPE queue_size gauge
queue_size{type="fdh",system="S3LAB.P3TW_AQO_AP",app="s3lab-ap-producer",} 0.0
Have you any insights?
The text was updated successfully, but these errors were encountered:
I actually had an issue with ECS-discovery resulting in the port being set to '0' when the port I specified was not accessible on the target container from the ECS-discovery service - so apart from the presented problem, It could be very useful to have some more meaningful message/logging added on connection error, etc.
and change listener server port from 9090 to 8090.
Is this the expected benaviour? In my opinion it should have worked with previous configuration (that avoided me to duplicate some code).
I have a pretty similar issue with the port becoming "0" in the export file. However i made sure the metrics endpoint is reachable via curl from the host where the discovery container is running, so it's definitely not a network issue. Any suggestions?
I've following configuration of docker-compose:
this correctly produces a file_sd_config
if instead of port 9090 I use any other, e.g. 8090
entry in file_sd_config is
so 0 instead of port 8090, this prevents any metrics ingestion using ecs-discovery.
If I try to wget 172.30.8.250:8090 from ecs-discovery container it works returning the expected metric.
Have you any insights?
The text was updated successfully, but these errors were encountered: