From bbc8b5bacd74f64b13b8bd378ccdb7a2e33c0cc3 Mon Sep 17 00:00:00 2001 From: guangwu Date: Sun, 10 Dec 2023 17:22:35 +0800 Subject: [PATCH] fix: typo (#183) Signed-off-by: guoguangwu --- docs/dev/introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dev/introduction.md b/docs/dev/introduction.md index 1e522322..4a5b6ea9 100644 --- a/docs/dev/introduction.md +++ b/docs/dev/introduction.md @@ -327,7 +327,7 @@ Metrics are exposed at `http://ip:port/metrics`. IP is the outbound IP of this m Sinker registers with Nacos if CLI `--consul-cfg-enable` or env `CONSUL_REGISTER_ENABLE` is present. However Prometheus is [unable](https://github.com/alibaba/nacos/issues/1032) to obtain dynamic service list from nacos server. -- Push to promethues +- Push to prometheus If CLI `--metric-push-gateway-addrs` or env `METRIC_PUSH_GATEWAY_ADDRS` (a list of comma-separated urls) is present, metrics are pushed to one of given URLs regualarly.