Skip to content

Commit ff02012

Browse files
MalewareTechassixeniape
authored
Reviews applied
Co-authored-by: Techassi <git@techassi.dev> Co-authored-by: Xenia <xeniafischer@hotmail.de>
1 parent c4a56b0 commit ff02012

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

modules/concepts/pages/observability/telemetry.adoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ telemetry:
9797

9898
== OpenTelemetry with Vector
9999

100-
OpenTelemetry signals can be configured to behave like xref:logging.adoc[product logging]. Using the {vector-helm-chart}[vector helmChart] requires to configure `containerPorts` and `service.ports` as well as `customConfig.sources.otel`:
100+
OpenTelemetry signals can be configured to behave like xref:logging.adoc[product logging]. Using the {vector-helm-chart}[Vector Helm Chart] requires `containerPorts`, `service.ports`, and `customConfig.sources.otel` to be configured:
101101

102102
[source,yaml]
103103
----
@@ -120,7 +120,7 @@ customConfig:
120120
address: 0.0.0.0:4318
121121
----
122122

123-
The `endpoint` in the operator's Helm values must point to the ports defined above.
123+
The `endpoint` Helm values for the telemetry exporters in the Stackable Operator Helm Chart must point to the otel-grpc ports defined above.
124124

125125
[source,yaml]
126126
----
@@ -135,7 +135,7 @@ telemetry:
135135

136136
=== Normalizing operator logs to the Stackable log schema
137137

138-
Operators do not run vector sidecars. Using OpenSearch, a VRL transform that maps the OTLP fields onto the
138+
Stackable Operators do not run Vector sidecars. Using OpenSearch, a VRL transform that maps the OTLP fields onto the
139139
xref:tutorials:logging-vector-aggregator.adoc#_watch_the_logs[Stackable log schema] is needed to avoid re-indexing:
140140

141141
[source,yaml]
@@ -176,8 +176,8 @@ customConfig:
176176
- normalize_otel_logs # <5>
177177
----
178178

179-
<1> The `opentelemetry` source fans out into `otel.logs`, `otel.metrics`, and
180-
`otel.traces`. Unconsumed sub-streams produce a startup warning.
179+
<1> The `opentelemetry` source type diverges into `otel.logs`, `otel.metrics`, and
180+
`otel.traces` signals. Unconsumed sub-streams produce a startup warning.
181181
<2> Operators emit `service.name` (e.g. `stackable-airflow-operator`) as their
182182
primary identity. It is mapped to both `.pod` and `.container` but can be
183183
adapted to individual needs.
@@ -189,5 +189,5 @@ customConfig:
189189

190190
[NOTE]
191191
====
192-
Namespace information is currently not emitted by the operator
192+
Namespace information is currently not emitted by the operator.
193193
====

0 commit comments

Comments
 (0)