how to collect metric when concourse run with docker image #7444
-
Hi, We start to use Concourse-ci and we use concouse with the concourse docker image. But I not find documentation about how connect my prometheus server to the concourse server to collect metric. Where I can find information about that ? Thanks for your help. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Not all config options are documented. You can see all config options by running:
Does that give you enough info? |
Beta Was this translation helpful? Give feedback.
-
Thanks for your answer. I need to check this solution. I come back here to explain if everything its ok for me. |
Beta Was this translation helpful? Give feedback.
-
Thanks a lot, thats working perfect :) |
Beta Was this translation helpful? Give feedback.
Not all config options are documented. You can see all config options by running:
docker run -t concourse/concourse web --help
.For Prometheus:
Does that give you enough info?
You can also see this: https://github.com/concourse/concourse/blob/master/hack/overrides/prometheus.yml