This is an automated email from the ASF dual-hosted git repository.
liujun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-website.git
The following commit(s) were added to refs/heads/master by this push:
new 80ae210076 Update prometheus.md (#2555)
80ae210076 is described below
commit 80ae210076f1f0f9a17fa37a6343a28a69f69d64
Author: Mrz <[email protected]>
AuthorDate: Sat Apr 22 00:04:36 2023 +0800
Update prometheus.md (#2555)
---
content/zh-cn/overview/reference/integrations/prometheus.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/content/zh-cn/overview/reference/integrations/prometheus.md
b/content/zh-cn/overview/reference/integrations/prometheus.md
index b213eb8726..e49d414e38 100644
--- a/content/zh-cn/overview/reference/integrations/prometheus.md
+++ b/content/zh-cn/overview/reference/integrations/prometheus.md
@@ -9,11 +9,11 @@ weight: 1
---
## 安装
-### Kubernetes
+
你可以使用 Dubbo 社区提供的示例配置快速安装 Prometheus。
```bash
-kubectl create -f
https://raw.githubusercontent.com/apache/dubbo-admin/refactor-with-go/deploy/addons/manifests/prometheus.yaml
+kubectl create -f
https://raw.githubusercontent.com/apache/dubbo-admin/refactor-with-go/deploy/kubernetes/prometheus.yaml
```
> 本安装仅适用于测试或体验使用,生产级别的安装请参考 Prometheus 官方安装文档。