Skip to content

Commit

Permalink
Updating monitoring info doc to included prometheus diagram (#572)
Browse files Browse the repository at this point in the history
  • Loading branch information
the2hill authored Nov 19, 2024
1 parent 9f8c860 commit 8e6ec4c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/monitoring-info.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ Some of the components that we do take advantage of are the [Prometheus Operator
and various custom resource definitions(CRD). These CRD's include the AlertManagerConfig, PrometheusRule and things like the ServiceMonitors, which allows for dynamic service monitoring configured outside the traditional Prometheus configuration methods.
For a more complete list and their definitions view: [Prometheus Operator Design](https://prometheus-operator.dev/docs/getting-started/design/).

The below diagram gives a good view of how these components are all connected.
![Prometheus Architecture](assets/images/prometheus-architecture.png)

To install the kube-prometheus-stack as part of Genestack's workflow view the [Installing Prometheus Doc](prometheus.md).

As for the metrics themselves they are largely provided by 'exporters' which simply export the data exposed by various services we wish to monitor in order for Prometheus to injest them.
Expand Down

0 comments on commit 8e6ec4c

Please sign in to comment.