integr8ly / application-monitoring-operator

Operator for installing the Application Monitoring Stack on OpenShift (Prometheus, AlertManager, Grafana)
Apache License 2.0
30 stars 44 forks source link

Full installation #3

Closed pb82 closed 5 years ago

pb82 commented 5 years ago

Implements the installation of the monitoring stack by deploying the Grafana and Prometheus Operators and configuring all resources. You should end up with a full monitoring stack including an alert manager and a service monitor that is capable of monitoring itself.

It also creates a route to the AlertManager which you can find under Application -> Routes

Some of the resources can't be created by the operator because they are cluster level. This is handled by the installer, see: https://github.com/integr8ly/installation/pull/311

Verification steps:

You can run this locally against a cluster, but you must create some of the resources first:

aidenkeating commented 5 years ago

👀