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
We are running a side car container along side our application container. The application and side car container have metric endpoints. Is there a way through docker labels to specify multiple metric endpoints for a single task definition?
The text was updated successfully, but these errors were encountered:
This is not possible with the current codebase. We could use something like PROMETHEUS_EXPORTER_PORT.PORT0, PROMETHEUS_EXPORTER_PORT.PORT1 and so on to mimic a list of labels.
We are running a side car container along side our application container. The application and side car container have metric endpoints. Is there a way through docker labels to specify multiple metric endpoints for a single task definition?
The text was updated successfully, but these errors were encountered: