Skip to content

Commit

Permalink
Merge pull request spidernet-io#4343 from spidernet-io/docs/update-docs
Browse files Browse the repository at this point in the history
 Update Grafana Dashboard explanation
  • Loading branch information
lou-lan authored Nov 29, 2024
2 parents f9b202f + ac07cf9 commit 832971e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/usage/rdma-metrics-zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ helm upgrade --install spiderpool spiderpool/spiderpool --reuse-values --wait --
- 通过设置 `--namespace` 指定 Helm 安装的命名空间
- 通过设置 `--set spiderpoolAgent.prometheus.enabled` 启用 Prometheus 监控
- 通过设置 `--set spiderpoolAgent.prometheus.enabledRdmaMetric=true`,可以启用 RDMA 指标 exporter
- 通过设置 `--set grafanaDashboard.install=true`,可以启用 GrafanaDashboard CR 看板
- 通过设置 `--set grafanaDashboard.install=true`,可以启用 GrafanaDashboard 看板(GrafanaDashboard 要求集群安装 [grafana-operator](https://github.com/grafana/grafana-operator),如果您不使用 grafana-operator,则需要将 charts/spiderpool/files 看板导入到您的 grafana)。

## 指标参考

Expand Down
2 changes: 1 addition & 1 deletion docs/usage/rdma-metrics.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ helm upgrade --install spiderpool spiderpool/spiderpool --reuse-values --wait --
- Use `--namespace` to specify the Helm installation namespace.
- Use `--set spiderpoolAgent.prometheus.enabled` to enable Prometheus monitoring.
- Use `--set spiderpoolAgent.prometheus.enabledRdmaMetric=true` to enable the RDMA metric exporter.
- Use `--set grafanaDashboard.install=true` to enable GrafanaDashboard CR.
- Use `-set grafanaDashboard.install=true` to install Grafana Dashboard (GrafanaDashboard requires the cluster to install [grafana-operator](https://github.com/ grafana/grafana-operator), or if you don't use it, you need to import the charts/spiderpool/files dashboard into your grafana).

## Metric Reference

Expand Down

0 comments on commit 832971e

Please sign in to comment.