Skip to content

Commit 3643a61

Browse files
authored
Merge pull request #102487 from max-cx/enterprise-4.12
[enterprise-4.12] OBSDOCS-2675: Modularize otel-config-multicluster.adoc
2 parents 16b9969 + 36839f4 commit 3643a61

File tree

3 files changed

+25
-9
lines changed

3 files changed

+25
-9
lines changed

_topic_maps/_topic_map.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2646,8 +2646,8 @@ Topics:
26462646
File: otel-forwarding-telemetry-data
26472647
- Name: Configuring the Collector metrics
26482648
File: otel-configuring-otelcol-metrics
2649-
- Name: Gathering the observability data from multiple clusters
2650-
File: otel-config-multicluster
2649+
- Name: Receiving telemetry data
2650+
File: otel-receiving-telemetry-data
26512651
- Name: Troubleshooting the Red Hat build of OpenTelemetry
26522652
File: otel-troubleshooting
26532653
- 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+

0 commit comments

Comments
 (0)