Skip to content

Commit 751e666

Browse files
authored
Merge pull request google#1430 from grobie/grobie/update-prometheus-url
Update prometheus.io URL
2 parents 2ed7198 + 82ce4ff commit 751e666

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
- Enabled CPU load tracking (experimental).
9898

9999
## 0.11.0 (2015-03-27)
100-
- Export all stats as [Prometheus](http://prometheus.io/) metrics.
100+
- Export all stats as [Prometheus](https://prometheus.io/) metrics.
101101
- Initial support for [events](docs/api.md): creation, deletion, and OOM.
102102
- Adding machine UUID information.
103103
- Beta release of the cAdvisor [2.0 API](docs/api_v2.md).

docs/storage/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ cAdvisor supports exporting stats to various storage driver plugins. To enable a
88
- [ElasticSearch](https://www.elastic.co/). See the [documentation](elasticsearch.md) for usage and examples.
99
- [InfluxDB](https://influxdb.com/). See the [documentation](influxdb.md) for usage and examples.
1010
- [Kafka](http://kafka.apache.org/). See the [documentation](kafka.md) for usage.
11-
- [Prometheus](http://prometheus.io). See the [documentation](prometheus.md) for usage and examples.
11+
- [Prometheus](https://prometheus.io). See the [documentation](prometheus.md) for usage and examples.
1212
- [Redis](http://redis.io/)
1313
- [StatsD](https://github.com/etsy/statsd)
1414
- `stdout` - write stats to standard output.

docs/storage/prometheus.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Monitoring cAdvisor with Prometheus
22

3-
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.
3+
cAdvisor exposes container statistics as [Prometheus](https://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.
44

5-
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.
5+
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](https://prometheus.io/docs/operating/configuration/) documentation, as well as the [Getting started](https://prometheus.io/docs/introduction/getting_started/) guide.
66

77
# Examples
88
[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/)

0 commit comments

Comments
 (0)