From b8ada9f4b163a81c8034c43190d1fe0f0f5d1e7f Mon Sep 17 00:00:00 2001 From: Andy Marks Date: Sun, 1 Mar 2020 17:26:05 +1100 Subject: [PATCH 1/2] Fixed link to (local) Prometheus UI --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ded7fa5d9..2df820806 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,7 @@ A JMeter load testing script is available to stress the application and generate ### Using Prometheus -* Prometheus can be accessed from your local machine at [http://localhost:9091]() +* Prometheus can be accessed from your local machine at http://localhost:9091 ### Using Grafana with Prometheus From 048b53510629ff99775fb801e28a0300973d40ba Mon Sep 17 00:00:00 2001 From: Andy Marks Date: Sun, 1 Mar 2020 17:35:18 +1100 Subject: [PATCH 2/2] Fixed README link to Grafana dashboard --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2df820806..5e81c5289 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,7 @@ A JMeter load testing script is available to stress the application and generate ### Using Grafana with Prometheus * An anonymous access and a Prometheus datasource are setup. -* A `Spring Petclinic Metrics` Dashboard is available at the URL [http://localhost:3000/d/69JXeR0iw/spring-petclinic-metrics](). +* A `Spring Petclinic Metrics` Dashboard is available at the URL http://localhost:3000/d/69JXeR0iw/spring-petclinic-metrics. You will find the JSON configuration file here: [docker/grafana/dashboards/grafana-petclinic-dashboard.json](). * You may create your own dashboard or import the [Micrometer/SpringBoot dashboard](https://grafana.com/dashboards/4701) via the Import Dashboard menu item. The id for this dashboard is `4701`.