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
Describe the bug
When annotating pods with the relevant prometheus notation, it's not possible for Prometheus to contact the pod unless it's on the first port that has been configured. It appears that APPMESH_APP_PORTS does not support multiple ports.
Platform
EKS
To Reproduce
Apply the EKS configuration below. It's not possible to hit the pod in question on port 8081. It's only possible to 8080.
The behaviour of the applied config below is as follows if you're using httpie:
http get http://example-api:8081/metrics
http: error: ConnectionError: ('Connection aborted.', ConnectionResetError(104, 'Connection reset by peer')) while doing GET request to URL: http://example-api:8081/metrics
Describe the bug
When annotating pods with the relevant
prometheus
notation, it's not possible for Prometheus to contact the pod unless it's on the first port that has been configured. It appears thatAPPMESH_APP_PORTS
does not support multiple ports.Platform
EKS
To Reproduce
Apply the EKS configuration below. It's not possible to hit the pod in question on port 8081. It's only possible to 8080.
The behaviour of the applied config below is as follows if you're using httpie:
Config files, and API responses
The text was updated successfully, but these errors were encountered: