Skip to content

Commit 54643e8

Browse files
committed
OBSDOCS-2521: Modularize otel-collector-target-allocator.adoc
1 parent e0a9066 commit 54643e8

File tree

6 files changed

+16
-11
lines changed

6 files changed

+16
-11
lines changed

_topic_maps/_topic_map.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3246,8 +3246,6 @@ Topics:
32463246
File: otel-collector-connectors
32473247
- Name: Extensions
32483248
File: otel-collector-extensions
3249-
- Name: Target Allocator
3250-
File: otel-collector-target-allocator
32513249
- Name: Configuring the instrumentation
32523250
File: otel-configuration-of-instrumentation
32533251
- Name: Sending traces, logs, and metrics to the Collector

modules/otel-collector-config-options.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
[id="otel-collector-config-options_{context}"]
77
= OpenTelemetry Collector configuration options
88

9+
[role="_abstract"]
910
The OpenTelemetry Collector consists of five types of components that access telemetry data:
1011

1112
* Receivers

modules/otel-collector-deployment-modes.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
[id="otel-collector-deployment-modes_{context}"]
77
= Deployment modes
88

9+
[role="_abstract"]
910
The `OpenTelemetryCollector` custom resource allows you to specify one of the following deployment modes for the OpenTelemetry Collector:
1011

1112
Deployment:: The default.

modules/otel-creating-required-RBAC-resources-automatically.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
[id="otel-creating-required-RBAC-resources-automatically_{context}"]
77
= Creating the required RBAC resources automatically
88

9+
[role="_abstract"]
910
Some Collector components require configuring the RBAC resources.
1011

1112
.Procedure
Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
:_mod-docs-content-type: ASSEMBLY
2-
[id="otel-collector-target-allocator"]
3-
= Target Allocator
4-
include::_attributes/common-attributes.adoc[]
5-
:context: otel-collector-target-allocator
1+
// Module included in the following assemblies:
2+
//
3+
// * observability/otel/otel-collector/otel-collector-configuration-intro.adoc
64

7-
toc::[]
5+
:_mod-docs-content-type: REFERENCE
6+
[id="otel-collector-target-allocator_{context}"]
7+
= Target Allocator
88

9+
[role="_abstract"]
910
The Target Allocator is an optional component of the OpenTelemetry Operator that shards scrape targets across the deployed fleet of OpenTelemetry Collector instances. The Target Allocator integrates with the Prometheus `PodMonitor` and `ServiceMonitor` custom resources (CR). When the Target Allocator is enabled, the OpenTelemetry Operator adds the `http_sd_config` field to the enabled `prometheus` receiver that connects to the Target Allocator service.
1011

1112
:FeatureName: The Target Allocator
@@ -97,5 +98,5 @@ subjects:
9798
namespace: observability # <2>
9899
# ...
99100
----
100-
<1> The name of the Target Allocator service account mane.
101+
<1> The name of the Target Allocator service account.
101102
<2> The namespace of the Target Allocator service account.
Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
11
:_mod-docs-content-type: ASSEMBLY
2-
[id="otel-configuration-of-otel-collector"]
3-
= Configuring the Collector
42
include::_attributes/common-attributes.adoc[]
53
:context: otel-configuration-of-otel-collector
4+
[id="otel-configuration-of-otel-collector_{context}"]
5+
= Configuring the Collector
66

77
toc::[]
88

9+
[role="_abstract"]
910
The {OTELName} Operator uses a custom resource definition (CRD) file that defines the architecture and configuration settings to be used when creating and deploying the {OTELShortName} resources. You can install the default configuration or modify the file.
1011

1112
include::modules/otel-collector-deployment-modes.adoc[leveloffset=+1]
1213

1314
include::modules/otel-collector-config-options.adoc[leveloffset=+1]
1415

1516
include::modules/otel-creating-required-RBAC-resources-automatically.adoc[leveloffset=+1]
17+
18+
include::modules/otel-target-allocator.adoc[leveloffset=+1]

0 commit comments

Comments
 (0)