File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
modules/concepts/pages/observability Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 1
1
= Telemetry signals in operators
2
2
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:
5
4
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)
10
8
11
9
Every signal can be toggled and customized using Helm values.
12
10
All fields are grouped under the top-level `telemetry` section.
You can’t perform that action at this time.
0 commit comments