@@ -277,24 +277,15 @@ Control Plane Monitoring
277
277
The control plane has been configured to collect logs centrally using the EFK
278
278
stack (Elasticsearch, Fluentd and Kibana).
279
279
280
- Monitoring of the control plane is performed by Prometheus. Metrics are
281
- collected by Prometheus exporters, which are either running on all hosts (e.g.
282
- node exporter), on specific hosts (e.g. controllers for the memcached exporter
283
- or monitoring hosts for the OpenStack exporter). These exporters are scrapped
284
- by the Prometheus server.
280
+ Telemetry monitoring of the control plane is performed by Prometheus. Metrics
281
+ are collected by Prometheus exporters, which are either running on all hosts
282
+ (e.g. node exporter), on specific hosts (e.g. controllers for the memcached
283
+ exporter or monitoring hosts for the OpenStack exporter). These exporters are
284
+ scraped by the Prometheus server.
285
285
286
286
Configuring Prometheus Alerts
287
287
-----------------------------
288
288
289
- Generating Metrics from Specific Log Messages
290
- +++++++++++++++++++++++++++++++++++++++++++++
291
-
292
- This feature from the Monasca logging and alerting pipeline must be transposed
293
- to Fluentd and Prometheus.
294
-
295
- Generating Alerts from Metrics
296
- ++++++++++++++++++++++++++++++
297
-
298
289
Alerts are defined in code and stored in Kayobe configuration. See ``*.rules ``
299
290
files in ``${KAYOBE_CONFIG_PATH}/kolla/config/prometheus `` as a model to add
300
291
custom rules.
0 commit comments