You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/managing-workflow/platform-monitoring.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,7 @@
2
2
3
3
## Description
4
4
We now include a monitoring stack for introspection on a running Kubernetes cluster. The stack includes 3 components:
5
+
5
6
*[Telegraf](https://docs.influxdata.com/telegraf/v0.12/) - Metrics collection daemon written by team behind InfluxDB.
6
7
*[InfluxDB](https://docs.influxdata.com/influxdb/v0.12/) - Time series database
7
8
*[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
80
81
81
82
### Customizing
82
83
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