Skip to content

Commit 6e12906

Browse files
committed
fix: Adjusting monitoring docs kube events exporter
1 parent 096ff18 commit 6e12906

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/monitoring-info.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,12 @@ View the [kube-state-docs](https://github.com/kubernetes/kube-state-metrics/tree
6868

6969
Beyond those two highly important ones installed by default are many more equally important metric exporters that we install as part of Genestack's workflow that we'll go over next.
7070

71+
* ### Kubernetes Event Exporter
72+
Kubernetes clusters are constantly sending events that contain potentially important data that should be captured.
73+
With the [Kubernetes Event Exporter](https://github.com/resmoio/kubernetes-event-exporter) we can capture these events to gain a better view of what our cluster is doing.
74+
This exporter also includes built in alerting mechanisms for things like Slack and MSTeams that can be configured to send messages when specific events are seen.
75+
View the [Kubernetes Event Exporter Install Instructions](prometheus-kube-event-exporter.md) to get this exporter installed.
76+
7177
* ### MariaDB/MySQL Exporter:
7278
Genestack uses a couple different database solutions to run OpenStack or just for general storage capabilities, the most prominent of them is MySQL or more specifically within Genestack MariaDB and Galera.
7379
When installing [MariaDB](infrastructure-mariadb.md) as part of Genestack's workflow it is default to enable metrics which deploys its own service monitor as part of the [mariadb-operator](https://mariadb-operator.github.io/mariadb-operator/latest/) helm charts.
@@ -170,12 +176,6 @@ Currently, in Genestack the textfile-collector is used to collect kernel-taint s
170176
This is currently the complete list of exporters and monitoring callouts deployed within the Genestack workflow. That said, Genestack is constantly evolving and list may grow or change entirely as we look to further improve our systems!
171177
With all these metrics available we need a way to visualize them to get a better picture of our systems and their health, we'll discuss that next!
172178

173-
* ### Kubernetes Event Exporter
174-
Kubernetes clusters are constantly sending events that contain potentially important data that should be captured.
175-
With the [Kubernetes Event Exporter](https://github.com/resmoio/kubernetes-event-exporter) we can capture these events to gain a better view of what our cluster is doing.
176-
This exporter also includes built in alerting mechanisms for things like Slack and MSTeams that can be configured to send messages when specific events are seen.
177-
View the [Kubernetes Event Exporter Install Instructions](prometheus-kube-event-exporter.md) to get this exporter installed.
178-
179179
## Visualization
180180

181181
In Genestack we deploy [Grafana](https://grafana.com/) as our default visualization tool. Grafana is open-sourced tooling which aligns well with the Genestack ethos while providing seamless visualization of the metrics generated by our systems.

0 commit comments

Comments
 (0)