Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating monitoring overview with figure for diagram #169

Merged
merged 1 commit into from
Mar 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ target/
.env

# virtualenv
venv/
*venv/
ENV/

# molecule
Expand Down
8 changes: 4 additions & 4 deletions docs/prometheus-monitoring-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ Prometheus makes use of various metric exporters used to collect monitoring data
* Memcached Exporter(Memcached metrics)
* Openstack Exporter(Metrics from various Openstack products)

Below is a high level visual of Prometheus and the various monitoring and alerting components within genestack

![Prometheus Monitoring Diagram](assets/images/prometheus-monitoring.png){ align=center : style="filter:drop-shadow(#3c3c3c 0.5rem 0.5rem 10px);" }

<figure markdown="span">
![Prometheus Monitoring Diagram](assets/images/prometheus-monitoring.png){ style="filter:drop-shadow(#3c3c3c 0.5rem 0.5rem 10px);" }
<figcaption>high level visual of Prometheus and the various monitoring and alerting components within genestack</figcaption>
</figure>

### Getting started with genestack monitoring

Expand Down
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@ nav:
- Ceilometer: openstack-ceilometer.md
- Monitoring:
- Monitoring Overview: prometheus-monitoring-overview.md
- Getting Started: monitoring-getting-started.md
- Grafana: grafana.md
- MySQL Exporter: prometheus-mysql-exporter.md
- RabbitMQ Exporter: prometheus-rabbitmq-exporter.md
Expand Down
Loading