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 ffa119ec2c Update grafana.md (#2556)
ffa119ec2c is described below
commit ffa119ec2c2461636171ac08164715881cd1a50a
Author: Mrz <[email protected]>
AuthorDate: Sat Apr 22 00:03:53 2023 +0800
Update grafana.md (#2556)
---
content/zh-cn/overview/reference/integrations/grafana.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/content/zh-cn/overview/reference/integrations/grafana.md
b/content/zh-cn/overview/reference/integrations/grafana.md
index 024060df3a..05c294911d 100644
--- a/content/zh-cn/overview/reference/integrations/grafana.md
+++ b/content/zh-cn/overview/reference/integrations/grafana.md
@@ -24,7 +24,7 @@ Grafana 是一种开源的监控解决方案,可用于为 Dubbo 配置可视
你可以使用 Dubbo 社区提供的示例配置快速安装 Grafana,安装后的 Grafana 提供了社区默认指标面板视图。
```bash
-kubectl create -f
https://raw.githubusercontent.com/apache/dubbo-admin/refactor-with-go/deploy/addons/manifests/grafana.yaml
+kubectl create -f
https://raw.githubusercontent.com/apache/dubbo-admin/refactor-with-go/deploy/kubernetes/grafana.yaml
```
你可能需要端口映射获得访问地址 `$ kubectl port-forward service/grafana 3000:3000`,打开浏览器访问页面
`http://localhost:3000`。