Skip to content

Commit c3c52ab

Browse files
author
Jonathan Chauncey
authored
Merge pull request #382 from jchauncey/fix-platform-monitor-list
docs(monitoring): Fix list definition for monitoring components
2 parents c774d6f + df28c86 commit c3c52ab

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

src/managing-workflow/platform-monitoring.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## Description
44
We now include a monitoring stack for introspection on a running Kubernetes cluster. The stack includes 3 components:
5+
56
* [Telegraf](https://docs.influxdata.com/telegraf/v0.12/) - Metrics collection daemon written by team behind InfluxDB.
67
* [InfluxDB](https://docs.influxdata.com/influxdb/v0.12/) - Time series database
78
* [Grafana](http://grafana.org/) - Graphing tool for time series data
@@ -80,6 +81,4 @@ It is possible to send these metrics to other endpoints besides InfluxDB. For mo
8081

8182
### Customizing
8283

83-
Each of these components allows for customization via environment variables. If you would like to learn more please visit the following github repositories:
84-
85-
* [monitor](https://github.com/deis/monitor)
84+
To learn more about customizing each of the above components please visit the [monitor](https://github.com/deis/monitor) repository for more information.

0 commit comments

Comments
 (0)