Skip to content

Commit 732e062

Browse files
committed
docs: Adjust available signals section
1 parent e230821 commit 732e062

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

modules/concepts/pages/observability/telemetry.adoc

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
= Telemetry signals in operators
22

3-
Since SDP 25.7.0, all Stackable operators emit multiple signals for telemetry data.
4-
Currently supported signals are:
3+
Since SDP 25.7.0, all Stackable operators emit telemetry data in the following ways:
54

6-
* Console logs in plain and JSON format
7-
* (Rolling) file logs in JSON format
8-
* OpenTelemetry logs exported via OTLP
9-
* OpenTelemetry traces exported via OTLP
5+
* logs (via console, file, and OTLP export)
6+
* metrics (not yet available, will most likely be an OTLP export)
7+
* traces (via OTLP export)
108
119
Every signal can be toggled and customized using Helm values.
1210
All fields are grouped under the top-level `telemetry` section.

0 commit comments

Comments
 (0)