This is an automated email from the ASF dual-hosted git repository.

liuyu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new 269513a  [docs] Fix broken link in deploy-monitoring.md (#10099)
269513a is described below

commit 269513a0fadbf09727f1330c5f579c536dda25e5
Author: Gilles Barbier <[email protected]>
AuthorDate: Thu Apr 1 02:17:50 2021 +0200

    [docs] Fix broken link in deploy-monitoring.md (#10099)
    
    * [Documentation] Fix broken link in deploy-monitoring.md
    
    * links to helm-deploy.md
---
 site2/website/versioned_docs/version-2.7.1/deploy-monitoring.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/site2/website/versioned_docs/version-2.7.1/deploy-monitoring.md 
b/site2/website/versioned_docs/version-2.7.1/deploy-monitoring.md
index 02c850c..44d32e4 100644
--- a/site2/website/versioned_docs/version-2.7.1/deploy-monitoring.md
+++ b/site2/website/versioned_docs/version-2.7.1/deploy-monitoring.md
@@ -74,7 +74,7 @@ Those metrics are added in the Prometheus interface, you can 
monitor and check t
 
 You can use Prometheus to collect all the metrics exposed for Pulsar 
components and set up [Grafana](https://grafana.com/) dashboards to display the 
metrics and monitor your Pulsar cluster. For details, refer to [Prometheus 
guide](https://prometheus.io/docs/introduction/getting_started/).
 
-When you run Pulsar on bare metal, you can provide the list of nodes to be 
probed. When you deploy Pulsar in a Kubernetes cluster, the monitoring is setup 
automatically. For details, refer to [Kubernetes 
instructions](kubernetes-helm.md). 
+When you run Pulsar on bare metal, you can provide the list of nodes to be 
probed. When you deploy Pulsar in a Kubernetes cluster, the monitoring is setup 
automatically. For details, refer to [Kubernetes instructions](helm-deploy.md). 
 
 ## Dashboards
 
@@ -104,4 +104,4 @@ The following are some Grafana dashboards examples:
 - 
[apache-pulsar-grafana-dashboard](https://github.com/streamnative/apache-pulsar-grafana-dashboard):
 a collection of Grafana dashboard templates for different Pulsar components 
running on both Kubernetes and on-premise machines.
 
  ## Alerting rules
- You can set alerting rules according to your Pulsar environment. To configure 
alerting rules for Apache Pulsar, you can refer to [StreamNative 
platform](https://streamnative.io/docs/latest/configure/control-center/alertmanager)
 examples or [Alert 
Manager](https://prometheus.io/docs/prometheus/latest/configuration/alerting_rules/)
 alerting rules.
\ No newline at end of file
+ You can set alerting rules according to your Pulsar environment. To configure 
alerting rules for Apache Pulsar, you can refer to [StreamNative 
platform](https://streamnative.io/docs/latest/configure/control-center/alertmanager)
 examples or [Alert 
Manager](https://prometheus.io/docs/prometheus/latest/configuration/alerting_rules/)
 alerting rules.

Reply via email to