From 751d648ec3353a35e91cc1e917725c334a1668e9 Mon Sep 17 00:00:00 2001 From: Brian Christner Date: Wed, 22 Jul 2015 14:08:23 +0200 Subject: [PATCH] Update prometheus.md Added the example of setting up Prometheus with cAdvisor. --- docs/prometheus.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/prometheus.md b/docs/prometheus.md index c8ec0ff4..14065056 100644 --- a/docs/prometheus.md +++ b/docs/prometheus.md @@ -3,3 +3,6 @@ cAdvisor exposes container statistics as [Prometheus](http://prometheus.io) metrics out of the box. By default, these metrics are served under the `/metrics` HTTP endpoint. This endpoint may be customized by setting the `-prometheus_endpoint` command-line flag. To monitor cAdvisor with Prometheus, simply configure one or more jobs in Prometheus which scrape the relevant cAdvisor processes at that metrics endpoint. For details, see Prometheus's [Configuration](http://prometheus.io/docs/operating/configuration/) documentation, as well as the [Getting started](http://prometheus.io/docs/introduction/getting_started/) guide. + +# Examples +[CenturyLink Labs](https://labs.ctl.io/) did an excellent write up on [Monitoring Docker services with Prometheus +cAdvisor](https://labs.ctl.io/monitoring-docker-services-with-prometheus/)