Skip to content

Commit 576319e

Browse files
authored
Merge pull request #102482 from openshift-cherrypick-robot/cherry-pick-102189-to-enterprise-4.18
[enterprise-4.18] OBSDOCS-2675: Modularize otel-config-multicluster.adoc
2 parents e18297e + a1a3de3 commit 576319e

File tree

4 files changed

+26
-10
lines changed

4 files changed

+26
-10
lines changed

_topic_maps/_topic_map.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3220,8 +3220,8 @@ Topics:
32203220
File: otel-forwarding-telemetry-data
32213221
- Name: Configuring the Collector metrics
32223222
File: otel-configuring-otelcol-metrics
3223-
- Name: Gathering the observability data from multiple clusters
3224-
File: otel-config-multicluster
3223+
- Name: Receiving telemetry data
3224+
File: otel-receiving-telemetry-data
32253225
- Name: Troubleshooting the Red Hat build of OpenTelemetry
32263226
File: otel-troubleshooting
32273227
- Name: Migrating to the Red Hat build of OpenTelemetry

observability/otel/otel-config-multicluster.adoc renamed to modules/otel-receiving-telemetry-data-from-multiple-clusters.adoc

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
1-
:_mod-docs-content-type: ASSEMBLY
2-
include::_attributes/common-attributes.adoc[]
3-
[id="otel-gathering-observability-data-from-multiple-clusters"]
4-
= Gathering the observability data from multiple clusters
5-
:context: otel-gathering-observability-data-from-multiple-clusters
1+
// Module included in the following assemblies:
2+
//
3+
// * observability/otel/otel-receiving-telemetry-data.adoc
64

7-
For a multicluster configuration, you can create one OpenTelemetry Collector instance in each one of the remote clusters and then forward all the telemetry data to one OpenTelemetry Collector instance.
5+
:_mod-docs-content-type: PROCEDURE
6+
[id="otel-receiving-telemetry-data-from-multiple-clusters_{context}"]
7+
= Receiving telemetry data from multiple clusters
8+
9+
[role="_abstract"]
10+
If you need the Collector to receive telemetry data from multiple remote clusters, create one OpenTelemetry Collector instance in each one of the remote clusters, and then have all of their telemetry data forwarded to a central OpenTelemetry Collector instance.
811

912
.Prerequisites
1013

@@ -259,4 +262,4 @@ spec:
259262
mountPath: /certs
260263
----
261264
<1> The Collector receiver requires the certificates listed in the first step.
262-
<2> The Collector exporter is configured to export OTLP and points to the Tempo distributor endpoint, which in this example is `"tempo-simplest-distributor:4317"` and already created.
265+
<2> The Collector exporter is configured to export OTLP and points to the Tempo distributor endpoint, which in this example is `"tempo-simplest-distributor:4317"` and already created.
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
:_mod-docs-content-type: ASSEMBLY
2+
include::_attributes/common-attributes.adoc[]
3+
:context: otel-receiving-telemetry-data
4+
[id="otel-receiving-telemetry-data"]
5+
= Receiving telemetry data
6+
7+
toc::[]
8+
9+
[role="_abstract"]
10+
After setting up the OpenTelemetry Collector and instrumenting your application, you need to connect the instrumentation and OpenTelemetry Collector so that the OpenTelemetry Collector can receive telemetry data from the instrumentation.
11+
12+
include::modules/otel-receiving-telemetry-data-from-multiple-clusters.adoc[leveloffset=+1]
13+

welcome/learn_more_about_openshift.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ a|* xref:../operators/understanding/crds/crd-extending-api-with-crds.adoc#crd-cr
218218
| xref:../observability/distr_tracing/distr-tracing-tempo-architecture.adoc#distr-tracing-tempo-architecture[{DTProductName}]
219219

220220
| xref:../observability/otel/otel-installing.adoc#install-otel[Red Hat build of OpenTelemetry]
221-
| xref:../observability/otel/otel-config-multicluster.adoc#otel-config-multicluster[Gathering the observability data from multiple clusters]
221+
| xref:../observability/otel/otel-receiving-telemetry-data.adoc#otel-receiving-telemetry-data[Receiving telemetry data from multiple clusters]
222222

223223
| xref:../observability/network_observability/network-observability-overview.adoc#network-observability-overview[About Network Observability]
224224
a|* xref:../observability/network_observability/metrics-alerts-dashboards.adoc#metrics-alerts-dashboards_metrics-alerts-dashboards[Using metrics with dashboards and alerts]

0 commit comments

Comments
 (0)