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
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ If everything goes well, you can access the following services at given location
23
23
* Customers, Vets, Visits and GenAI Services - random port, check Eureka Dashboard
24
24
* Tracing Server (Zipkin) - http://localhost:9411/zipkin/ (we use [openzipkin](https://github.com/openzipkin/zipkin/tree/main/zipkin-server))
25
25
* Admin Server (Spring Boot Admin) - http://localhost:9090
26
-
* Grafana Dashboards - http://localhost:3000
26
+
* Grafana Dashboards - http://localhost:3030
27
27
* Prometheus - http://localhost:9091
28
28
29
29
You can tell Config Server to use your local Git repository by using `native` Spring profile and setting
@@ -184,7 +184,7 @@ A JMeter load testing script is available to stress the application and generate
184
184
### Using Grafana with Prometheus
185
185
186
186
* An anonymous access and a Prometheus datasource are setup.
187
-
* A `Spring Petclinic Metrics` Dashboard is available at the URL http://localhost:3000/d/69JXeR0iw/spring-petclinic-metrics.
187
+
* A `Spring Petclinic Metrics` Dashboard is available at the URL http://localhost:3030/d/69JXeR0iw/spring-petclinic-metrics.
188
188
You will find the JSON configuration file here: [docker/grafana/dashboards/grafana-petclinic-dashboard.json]().
189
189
* You may create your own dashboard or import the [Micrometer/SpringBoot dashboard](https://grafana.com/dashboards/4701) via the Import Dashboard menu item.
0 commit comments