@@ -10,7 +10,19 @@ Since SDP 25.7.0, all Stackable operators emit telemetry data in the following w
10
10
Every subscriber can be toggled and customized using Helm values.
11
11
All fields are grouped under the top-level `telemetry` section.
12
12
13
- NOTE: The following sections describe the available fields their default and supported values.
13
+ [NOTE]
14
+ ====
15
+ The following sections describe the available fields as well as their default and supported values.
16
+ If the Helm values explained below are not overridden, the following operator defaults apply:
17
+
18
+ * Levels for all signals are set to `INFO`.
19
+ * Console logs are enabled
20
+ * File logs are disabled
21
+ * File logs rotation period is set to `Never`
22
+ * File logs max files is unset
23
+ * OpenTelemetry logs and traces are disabled
24
+ * OTLP endpoints are set to `http://localhost:4317`
25
+ ====
14
26
15
27
== Console logs
16
28
@@ -28,8 +40,8 @@ telemetry:
28
40
----
29
41
30
42
<1> Boolean: `true, false`
31
- <2> Enum: `error, warning, info, debug, trace` - operator defaults to `info`
32
- <3> Enum: `plain, json` - operator defaults to `plain`
43
+ <2> Enum: `error, warning, info, debug, trace`
44
+ <3> Enum: `plain, json`
33
45
34
46
== File logs
35
47
@@ -47,7 +59,7 @@ telemetry:
47
59
----
48
60
49
61
<1> Boolean: `true, false`
50
- <2> Enum: `error, warning, info, debug, trace` - operator defaults to `info`
62
+ <2> Enum: `error, warning, info, debug, trace`
51
63
<3> Enum: `never, daily, hourly, minutely`
52
64
<4> Unsigned Integer
53
65
@@ -70,5 +82,5 @@ telemetry:
70
82
----
71
83
72
84
<1> Boolean: `true, false`
73
- <2> Enum: `error, warning, info, debug, trace` - operator defaults to `info`
85
+ <2> Enum: `error, warning, info, debug, trace`
74
86
<3> String: E.g. `my-collector:4317`
0 commit comments