Skip to content

Commit f80898b

Browse files
authored
Update Grafana dashboard URL to port 3030
1 parent 55edf06 commit f80898b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ If everything goes well, you can access the following services at given location
2323
* Customers, Vets, Visits and GenAI Services - random port, check Eureka Dashboard
2424
* Tracing Server (Zipkin) - http://localhost:9411/zipkin/ (we use [openzipkin](https://github.com/openzipkin/zipkin/tree/main/zipkin-server))
2525
* Admin Server (Spring Boot Admin) - http://localhost:9090
26-
* Grafana Dashboards - http://localhost:3000
26+
* Grafana Dashboards - http://localhost:3030
2727
* Prometheus - http://localhost:9091
2828

2929
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
184184
### Using Grafana with Prometheus
185185

186186
* 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.
188188
You will find the JSON configuration file here: [docker/grafana/dashboards/grafana-petclinic-dashboard.json]().
189189
* You may create your own dashboard or import the [Micrometer/SpringBoot dashboard](https://grafana.com/dashboards/4701) via the Import Dashboard menu item.
190190
The id for this dashboard is `4701`.

0 commit comments

Comments
 (0)