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

INTLY-799 - Add steps to install an example monitored project #22

Closed david-martin closed 5 years ago

david-martin commented 5 years ago

To verify, follow the instructions to install the monitoring stack, and then the example project

pb82 commented 5 years ago

@david-martin maybe we can add a section about the provided endpoints like:

The example application provides three endpoints to create metrics:

* / will return Hello World after a random response time
* /checkout Will create random checkout metrics
* /bad Can be used to create error rate metrics 
david-martin commented 5 years ago

@pb82 Added the endpoints to the readme if you could re-review & approve?