A simple hello world endpoint for testing connectivity.
GET /hello200 OK + body hello [name]name: replaces "stupid" with the provided namedelay: delays the response by "n" secondsProvides the entrypoint to the Grafana admin interface.
Grafana's provisioning is already set up. The data source is connected to Prometheus and a dashboard has been pre-created.
GET /grafanaGET localhost:3000Grafana's default login and password is admin.
On the live endpoint, you can log in as guest! Guest's login and password is visitor.
Provides raw metrics to be consumed by Grafana.
GET /actuator/prometheusGET localhost:9090