Skip to content

Commit 77b01ee

Browse files
committed
Update following Stig's comments
1 parent 8f134c0 commit 77b01ee

File tree

1 file changed

+5
-14
lines changed

1 file changed

+5
-14
lines changed

source/operations_and_monitoring.rst

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -277,24 +277,15 @@ Control Plane Monitoring
277277
The control plane has been configured to collect logs centrally using the EFK
278278
stack (Elasticsearch, Fluentd and Kibana).
279279

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.
285285

286286
Configuring Prometheus Alerts
287287
-----------------------------
288288

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-
298289
Alerts are defined in code and stored in Kayobe configuration. See ``*.rules``
299290
files in ``${KAYOBE_CONFIG_PATH}/kolla/config/prometheus`` as a model to add
300291
custom rules.

0 commit comments

Comments
 (0)