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

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


The following commit(s) were added to refs/heads/master by this push:
     new 4e475cd  [hotfix][docs] Fix 'List of all Variables' links in metrics 
reporters
4e475cd is described below

commit 4e475cdcf03019228c17993e456cff7dd710e7ad
Author: austin ce <[email protected]>
AuthorDate: Thu Apr 1 16:16:41 2021 -0400

    [hotfix][docs] Fix 'List of all Variables' links in metrics reporters
    
    Correctly link to list of all metric variables,
    which has moved to the ops section.
    
    Signed-off-by: austin ce <[email protected]>
    
    This closes #15475
---
 docs/content.zh/docs/deployment/metric_reporters.md | 4 ++--
 docs/content/docs/deployment/metric_reporters.md    | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/content.zh/docs/deployment/metric_reporters.md 
b/docs/content.zh/docs/deployment/metric_reporters.md
index ca36249..223f429 100644
--- a/docs/content.zh/docs/deployment/metric_reporters.md
+++ b/docs/content.zh/docs/deployment/metric_reporters.md
@@ -159,7 +159,7 @@ metrics.reporter.influxdb.interval: 60 SECONDS
 ```
 
 The reporter would send metrics using http protocol to the InfluxDB server 
with the specified retention policy (or the default policy specified on the 
server).
-All Flink metrics variables (see [List of all 
Variables](#list-of-all-variables)) are exported as InfluxDB tags.
+All Flink metrics variables (see [List of all Variables]({{< ref 
"docs/ops/metrics" >}}#list-of-all-variables)) are exported as InfluxDB tags.
 
 ### Prometheus
 #### (org.apache.flink.metrics.prometheus.PrometheusReporter)
@@ -186,7 +186,7 @@ Flink metric types are mapped to Prometheus metric types as 
follows:
 | Histogram | Summary    |Quantiles .5, .75, .95, .98, .99 and .999 |
 | Meter     | Gauge      |The gauge exports the meter's rate.       |
 
-All Flink metrics variables (see [List of all 
Variables](#list-of-all-variables)) are exported to Prometheus as labels. 
+All Flink metrics variables (see [List of all Variables]({{< ref 
"docs/ops/metrics" >}}#list-of-all-variables)) are exported to Prometheus as 
labels. 
 
 ### PrometheusPushGateway 
 #### (org.apache.flink.metrics.prometheus.PrometheusPushGatewayReporter)
diff --git a/docs/content/docs/deployment/metric_reporters.md 
b/docs/content/docs/deployment/metric_reporters.md
index f2ebeba..465ce81 100644
--- a/docs/content/docs/deployment/metric_reporters.md
+++ b/docs/content/docs/deployment/metric_reporters.md
@@ -159,7 +159,7 @@ metrics.reporter.influxdb.interval: 60 SECONDS
 ```
 
 The reporter would send metrics using http protocol to the InfluxDB server 
with the specified retention policy (or the default policy specified on the 
server).
-All Flink metrics variables (see [List of all 
Variables](#list-of-all-variables)) are exported as InfluxDB tags.
+All Flink metrics variables (see [List of all Variables]({{< ref 
"docs/ops/metrics" >}}#list-of-all-variables)) are exported as InfluxDB tags.
 
 ### Prometheus
 #### (org.apache.flink.metrics.prometheus.PrometheusReporter)
@@ -186,7 +186,7 @@ Flink metric types are mapped to Prometheus metric types as 
follows:
 | Histogram | Summary    |Quantiles .5, .75, .95, .98, .99 and .999 |
 | Meter     | Gauge      |The gauge exports the meter's rate.       |
 
-All Flink metrics variables (see [List of all 
Variables](#list-of-all-variables)) are exported to Prometheus as labels. 
+All Flink metrics variables (see [List of all Variables]({{< ref 
"docs/ops/metrics" >}}#list-of-all-variables)) are exported to Prometheus as 
labels. 
 
 ### PrometheusPushGateway 
 #### (org.apache.flink.metrics.prometheus.PrometheusPushGatewayReporter)

Reply via email to