You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All services have OpenAPI documentation and can be reached via the Swagger UI. For example after starting a port forward to anyone of the services you can the URL http://localhost:*port*/swagger-ui/index.html to see the documentation. Replace *port* with the port used in the port forward command.
199
-
For example, to see the API documentation for the `customer32` application do the following:
198
+
All services have OpenAPI documentation and can be reached via the Swagger UI. For example after starting a port forward to anyone of the services you can the URL swagger-ui/index.html to see the documentation. Replace *port* with the port used in the port forward command. For example, to see the API documentation for the `customer32` application do the following:
1. Open <http://localhost:7070/grafana/>in a browser and verify that all services are registered and you can see some data (you may have to selectthe dashboard you want to see)
573
+
1. Open [Grafana Login](http://localhost:7070/grafana/) in a browser and login with the username *admin* and the password you have retrieved.
1. Open [Prometheus Dashboard](http://localhost:9090)
590
+
591
+

592
+
593
+
1. Select `application_ready_time_seconds`in the search bar and click *Execute*. You should get a table back with some data about the cloudbank application deployed.
0 commit comments