You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/concepts/pages/observability/telemetry.adoc
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -97,7 +97,7 @@ telemetry:
97
97
98
98
== OpenTelemetry with Vector
99
99
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:
101
101
102
102
[source,yaml]
103
103
----
@@ -120,7 +120,7 @@ customConfig:
120
120
address: 0.0.0.0:4318
121
121
----
122
122
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.
124
124
125
125
[source,yaml]
126
126
----
@@ -135,7 +135,7 @@ telemetry:
135
135
136
136
=== Normalizing operator logs to the Stackable log schema
137
137
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
139
139
xref:tutorials:logging-vector-aggregator.adoc#_watch_the_logs[Stackable log schema] is needed to avoid re-indexing:
140
140
141
141
[source,yaml]
@@ -176,8 +176,8 @@ customConfig:
176
176
- normalize_otel_logs # <5>
177
177
----
178
178
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.
181
181
<2> Operators emit `service.name` (e.g. `stackable-airflow-operator`) as their
182
182
primary identity. It is mapped to both `.pod` and `.container` but can be
183
183
adapted to individual needs.
@@ -189,5 +189,5 @@ customConfig:
189
189
190
190
[NOTE]
191
191
====
192
-
Namespace information is currently not emitted by the operator
192
+
Namespace information is currently not emitted by the operator.
0 commit comments