We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3fc6e8 commit 4da9817Copy full SHA for 4da9817
modules/concepts/pages/observability/telemetry.adoc
@@ -2,10 +2,12 @@
2
3
Since SDP 25.7.0, all Stackable operators emit telemetry data in the following ways:
4
5
-* logs (via console, file, and OTLP export)
6
-* traces (via OTLP export)
+* Console logs in plain and JSON format
+* File logs in JSON format (with the option of Rolling files)
7
+* OpenTelemetry logs exported via OTLP
8
+* OpenTelemetry traces exported via OTLP
9
-Every signal can be toggled and customized using Helm values.
10
+Every subscriber can be toggled and customized using Helm values.
11
All fields are grouped under the top-level `telemetry` section.
12
13
NOTE: The following sections describe the available fields their default and supported values.
0 commit comments