Skip to content

Commit 62bd563

Browse files
committed
docs: Adjust note about operator defaults
1 parent 4da9817 commit 62bd563

File tree

1 file changed

+17
-5
lines changed

1 file changed

+17
-5
lines changed

modules/concepts/pages/observability/telemetry.adoc

+17-5
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,19 @@ Since SDP 25.7.0, all Stackable operators emit telemetry data in the following w
1010
Every subscriber can be toggled and customized using Helm values.
1111
All fields are grouped under the top-level `telemetry` section.
1212

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+
====
1426

1527
== Console logs
1628

@@ -28,8 +40,8 @@ telemetry:
2840
----
2941

3042
<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`
3345

3446
== File logs
3547

@@ -47,7 +59,7 @@ telemetry:
4759
----
4860

4961
<1> Boolean: `true, false`
50-
<2> Enum: `error, warning, info, debug, trace` - operator defaults to `info`
62+
<2> Enum: `error, warning, info, debug, trace`
5163
<3> Enum: `never, daily, hourly, minutely`
5264
<4> Unsigned Integer
5365

@@ -70,5 +82,5 @@ telemetry:
7082
----
7183

7284
<1> Boolean: `true, false`
73-
<2> Enum: `error, warning, info, debug, trace` - operator defaults to `info`
85+
<2> Enum: `error, warning, info, debug, trace`
7486
<3> String: E.g. `my-collector:4317`

0 commit comments

Comments
 (0)