Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple metric endpoints per task #37

Open
justinlarose opened this issue Mar 4, 2019 · 2 comments · May be fixed by #89
Open

Multiple metric endpoints per task #37

justinlarose opened this issue Mar 4, 2019 · 2 comments · May be fixed by #89

Comments

@justinlarose
Copy link

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?

@chicofranchico
Copy link
Contributor

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.

@erd0s
Copy link

erd0s commented Jun 15, 2020

Hi @chicofranchico I just added a PR for this, it lets you use an arbitrary suffix to PROMETHEUS_EXPORTER_PORT and optionally PROMETHEUS_EXPORTER_PATH

@rkul rkul linked a pull request Mar 30, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants