magnum/releasenotes/notes/bp-container-monitoring-d4bb1cbd0a4e44cc.yaml
Cristovao Cordeiro 248e45f75c [k8s] Monitoring with Prometheus and Grafana
Profit from the default cAdvisor deployed by k8s to deploy the
remaining monitoring stack on top, made of node-exporter,
Prometheus and Grafana.

Node-exporter is ran as a normal pod through a manifest, while
Prometheus and Grafana are deployments with 1 replica.

Prometheus has compliance with Kubernetes, so the discovery of
the nodes and other k8s components is configured directly in
Prometheus configuration.

Change-Id: If2cab996b9458580a55b5212ab298c909622e7f3
Partially-Implements: blueprint container-monitoring
2017-03-17 11:41:43 +01:00

9 lines
382 B
YAML

---
features:
- |
Includes a monitoring stack based on cAdvisor, node-exporter, Prometheus
and Grafana. Users can enable this stack through the label
prometheus_monitoring. Prometheus scrapes metrics from the Kubernetes
cluster and then serves them to Grafana through Grafana's Prometheus
data source. Upon completion, a default Grafana dashboard is provided.