Skip to content

Commit

Permalink
Updating monitoring related docs
Browse files Browse the repository at this point in the history
  • Loading branch information
the2hill committed Mar 4, 2024
1 parent c546b11 commit 17b60a4
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 2 deletions.
2 changes: 2 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,5 @@ Building our cloud future has never been this simple.
## Monitoring
* [Deploy Prometheus](prometheus.md)
* [MySQL Exporter](prometheus-mysql-exporter.md)
* [RabbitMQ Exporter](prometheus-rabbitmq-exporter.md)
* [Openstack Exporter](prometheus-openstack-metrics-exporter.md)
4 changes: 2 additions & 2 deletions docs/prometheus-mysql-exporter.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
##Mariadb Exporter
## Mariadb Exporter

Mysql Exporter is used to expose metrics from a running mysql/mariadb server. The type of metrics exposed is controlled
by the exporter and expressed in values.yaml file.

##Installation
## Installation

First create secret containing password for monitoring user
```
Expand Down
File renamed without changes.
15 changes: 15 additions & 0 deletions docs/prometheus-rabbitmq-exporter.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
## RabbitMQ Exporter

RabbitMQ Exporter is used to expose metrics from a running rabbitMQ deployment.

## Installation

Next, install the exporter

```
cd /opt/genestack/kustomize/prometheus-rabbitmq-exporter
kubectl kustomize --enable-helm . | kubectl create -n openstack -f -
```

If the installation is succesful, you should see the exporter pod in openstack namespace.

0 comments on commit 17b60a4

Please sign in to comment.