From 2e50d8d87af362d1fffb0725d57049b2e27670e6 Mon Sep 17 00:00:00 2001 From: tison Date: Thu, 18 Jul 2024 20:38:12 -0700 Subject: [PATCH] fix typo Signed-off-by: tison --- node-exporter/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/node-exporter/README.md b/node-exporter/README.md index 51af473..65f7f60 100644 --- a/node-exporter/README.md +++ b/node-exporter/README.md @@ -2,7 +2,7 @@ ## Rationales -GreptimeDB implmenets APIs for both Prometheus remote read and remote write. You can [use GreptimeDB as a Prometheus backend](https://docs.greptime.com/user-guide/write-data/prometheus). +GreptimeDB implements APIs for both Prometheus remote read and remote write. You can [use GreptimeDB as a Prometheus backend](https://docs.greptime.com/user-guide/write-data/prometheus). Meanwhile, GreptimeDB [supports PromQL](https://docs.greptime.com/user-guide/query-data/promql) as its query interface, so that you can use GreptimeDB as a drop-in replacement for Prometheus. @@ -140,7 +140,7 @@ Choose "Prometheus" and add the necessary configuration: ![Grafana Connection Info](media/grafana-connection-info.png) -Click "Save & Test" at the buttom to ensure the connection is correctly set up. +Click "Save & Test" at the button to ensure the connection is correctly set up. Then, go the "Dashboard" page and click "Create Dashboard":