From e55d4d1cce5fe29623ae8d4109b49f027a491f3d Mon Sep 17 00:00:00 2001 From: Rahil Date: Tue, 24 Aug 2021 01:03:28 +0530 Subject: [PATCH 1/4] Fixed formatting of PD and TiKV hyperlink Signed-off-by: Rahil --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eef03f3cdf5..895d72dd3fe 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ The jar can be found in `./target/` ## Usage -This project is designed to hook with `[pd](https://github.com/tikv/pd)` and `[tikv](https://github.com/tikv/tikv)`. +This project is designed to hook with [pd](https://github.com/tikv/pd) and [tikv](https://github.com/tikv/tikv). When you work with this project, you have to communicate with `pd` and `tikv`. Please run TiKV and PD in advance. @@ -187,4 +187,4 @@ Add the following config to `conf/prometheus.yml` and restart Prometheus. Import the [Client-Java-Summary dashboard config](/metrics/grafana/client_java_summary.json) to Grafana. ## License -Apache 2.0 license. See the [LICENSE](./LICENSE) file for details. \ No newline at end of file +Apache 2.0 license. See the [LICENSE](./LICENSE) file for details. From 83c6903d8bd87e6abda62cc028972b8e515d1468 Mon Sep 17 00:00:00 2001 From: Rahil Date: Tue, 24 Aug 2021 01:05:15 +0530 Subject: [PATCH 2/4] Update README.md Signed-off-by: Rahil --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 895d72dd3fe..eed1116bcb9 100644 --- a/README.md +++ b/README.md @@ -187,4 +187,3 @@ Add the following config to `conf/prometheus.yml` and restart Prometheus. Import the [Client-Java-Summary dashboard config](/metrics/grafana/client_java_summary.json) to Grafana. ## License -Apache 2.0 license. See the [LICENSE](./LICENSE) file for details. From 2c5b2b49d69b328e1d999c6fe901de7f9a556b58 Mon Sep 17 00:00:00 2001 From: Rahil Date: Tue, 24 Aug 2021 01:05:48 +0530 Subject: [PATCH 3/4] Update README.md Signed-off-by: Rahil --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index eed1116bcb9..895d72dd3fe 100644 --- a/README.md +++ b/README.md @@ -187,3 +187,4 @@ Add the following config to `conf/prometheus.yml` and restart Prometheus. Import the [Client-Java-Summary dashboard config](/metrics/grafana/client_java_summary.json) to Grafana. ## License +Apache 2.0 license. See the [LICENSE](./LICENSE) file for details. From c87af06d537b8a32f54e3c7fb5ff316d28d0322a Mon Sep 17 00:00:00 2001 From: Rahil Date: Tue, 24 Aug 2021 01:07:43 +0530 Subject: [PATCH 4/4] Update README.md Signed-off-by: Rahil