From 91e2907d24eada35d4561fa3d844fe0b35b8313e Mon Sep 17 00:00:00 2001 From: Yiran Date: Mon, 19 Aug 2024 15:45:53 +0800 Subject: [PATCH] fix: documentation links (#32) --- node-exporter/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node-exporter/README.md b/node-exporter/README.md index ee3fe7b..5dd94a6 100644 --- a/node-exporter/README.md +++ b/node-exporter/README.md @@ -2,7 +2,7 @@ ## Rationales -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). +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/ingest-data/for-observerbility/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.