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

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


The following commit(s) were added to refs/heads/master by this push:
     new da7ff5396c Fix format in es and rabbitmq monitor docs (#10854)
da7ff5396c is described below

commit da7ff5396c1f57ddb4fff04e5507ab30343a1abe
Author: block666 <[email protected]>
AuthorDate: Thu May 25 01:27:20 2023 +0800

    Fix format in es and rabbitmq monitor docs (#10854)
---
 docs/en/setup/backend/backend-elasticsearch-monitoring.md | 4 ++--
 docs/en/setup/backend/backend-rabbitmq-monitoring.md      | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/en/setup/backend/backend-elasticsearch-monitoring.md 
b/docs/en/setup/backend/backend-elasticsearch-monitoring.md
index c16f2675ee..e13207c262 100644
--- a/docs/en/setup/backend/backend-elasticsearch-monitoring.md
+++ b/docs/en/setup/backend/backend-elasticsearch-monitoring.md
@@ -15,7 +15,7 @@ Collector to transfer the metrics to
 ## Setup
 
 1. Setup 
[elasticsearch-exporter](https://github.com/prometheus-community/elasticsearch_exporter).
-2. Set up [OpenTelemetry Collector 
](https://opentelemetry.io/docs/collector/getting-started/#kubernetes). The 
example for OpenTelemetry Collector configuration, refer
+2. Set up [OpenTelemetry 
Collector](https://opentelemetry.io/docs/collector/getting-started/#kubernetes).
 The example for OpenTelemetry Collector configuration, refer
    to 
[here](../../../../test/e2e-v2/cases/elasticsearch/otel-collector-config.yaml).
 3. Config SkyWalking [OpenTelemetry receiver](opentelemetry-receiver.md).
 
@@ -111,5 +111,5 @@ Elasticsearch monitoring provides multidimensional metrics 
monitoring of Elastic
 
 You can customize your own metrics/expression/dashboard panel.
 The metrics definition and expression rules are found
-in 
`/config/otel-rules/elasticsearch/elasticsearch-cluster.yaml,/config/otel-rules/elasticsearch/elasticsearch-node.yaml,
 /config/otel-rules/elasticsearch/elasticsearch-index.yaml`.
+in `/config/otel-rules/elasticsearch/elasticsearch-cluster.yaml, 
/config/otel-rules/elasticsearch/elasticsearch-node.yaml, 
/config/otel-rules/elasticsearch/elasticsearch-index.yaml`.
 The Elasticsearch dashboard panel configurations are found in 
`/config/ui-initialized-templates/elasticsearch`.
diff --git a/docs/en/setup/backend/backend-rabbitmq-monitoring.md 
b/docs/en/setup/backend/backend-rabbitmq-monitoring.md
index f64a41a189..db0805e82b 100644
--- a/docs/en/setup/backend/backend-rabbitmq-monitoring.md
+++ b/docs/en/setup/backend/backend-rabbitmq-monitoring.md
@@ -18,7 +18,7 @@ Collector to transfer the metrics to
 ## Setup
 
 1. Setup 
[rabbitmq_prometheus](https://www.rabbitmq.com/prometheus.html#installation).
-2. Set up [OpenTelemetry Collector 
](https://opentelemetry.io/docs/collector/getting-started/#kubernetes). The 
example
+2. Set up [OpenTelemetry 
Collector](https://opentelemetry.io/docs/collector/getting-started/#kubernetes).
 The example
    for OpenTelemetry Collector configuration, refer
    to 
[here](../../../../test/e2e-v2/cases/rabbitmq/otel-collector-config.yaml).
 3. Config SkyWalking [OpenTelemetry receiver](opentelemetry-receiver.md).
@@ -87,5 +87,5 @@ the OAP. In each cluster, the nodes are represented as 
`Instance`.
 
 You can customize your own metrics/expression/dashboard panel.
 The metrics definition and expression rules are found
-in 
`/config/otel-rules/rabbitmq/rabbitmq-cluster.yaml,/config/otel-rules/rabbitmq/rabbitmq-node.yaml`.
+in `/config/otel-rules/rabbitmq/rabbitmq-cluster.yaml, 
/config/otel-rules/rabbitmq/rabbitmq-node.yaml`.
 The RabbitMQ dashboard panel configurations are found in 
`/config/ui-initialized-templates/rabbitmq`.

Reply via email to