Skip to content

Commit 0e703bc

Browse files
authored
Merge pull request #102189 from kaldesai/OBSDOCS-2675
OBSDOCS-2675: Modularize otel-config-multicluster.adoc
2 parents a152d61 + c920551 commit 0e703bc

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
@@ -3241,8 +3241,8 @@ Topics:
32413241
File: otel-forwarding-telemetry-data
32423242
- Name: Configuring the Collector metrics
32433243
File: otel-configuring-otelcol-metrics
3244-
- Name: Gathering the observability data from multiple clusters
3245-
File: otel-config-multicluster
3244+
- Name: Receiving telemetry data
3245+
File: otel-receiving-telemetry-data
32463246
- Name: Troubleshooting the Red Hat build of OpenTelemetry
32473247
File: otel-troubleshooting
32483248
- 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
@@ -213,7 +213,7 @@ a|* xref:../operators/understanding/crds/crd-extending-api-with-crds.adoc#crd-cr
213213
| xref:../observability/distr_tracing/distr-tracing-tempo-architecture.adoc#distr-tracing-tempo-architecture[{DTProductName}]
214214

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

218218
| xref:../observability/network_observability/network-observability-overview.adoc#network-observability-overview[About Network Observability]
219219
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)