Skip to content

Commit 45d2cb3

Browse files
author
Mateusz
committed
Removing debug log level from otel, testing doc checks
1 parent 4b1dbb2 commit 45d2cb3

1 file changed

Lines changed: 5 additions & 7 deletions

File tree

charts/netdata/values.yaml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,7 @@ parent:
403403
# -- Claim token
404404
# @section -- Parent
405405
token: ""
406-
# -- Comma separated list of claim rooms IDs
406+
# -- Comma separated list of claim rooms IDs. Empty value = All nodes room only
407407
# @section -- Parent
408408
rooms: ""
409409
url: "https://api.netdata.cloud"
@@ -619,7 +619,7 @@ child:
619619
# -- Claim token
620620
# @section -- Child
621621
token: ""
622-
# -- Comma separated list of claim rooms IDs
622+
# -- Comma separated list of claim rooms IDs. Empty value = All nodes room only
623623
# @section -- Child
624624
rooms: ""
625625
url: "https://api.netdata.cloud"
@@ -833,7 +833,7 @@ k8sState:
833833
# -- Claim token
834834
# @section -- K8s State
835835
token: ""
836-
# -- Comma separated list of claim rooms IDs
836+
# -- Comma separated list of claim rooms IDs. Empty value = All nodes room only
837837
# @section -- K8s State
838838
rooms: ""
839839
url: "https://api.netdata.cloud"
@@ -1006,8 +1006,6 @@ netdataOpentelemetry:
10061006
apps = no
10071007
python.d = no
10081008
fping = no
1009-
[logs]
1010-
level = debug
10111009
stream:
10121010
enabled: true
10131011
path: /etc/netdata/stream.conf
@@ -1065,7 +1063,7 @@ netdataOpentelemetry:
10651063
# -- Claim token
10661064
# @section -- Netdata OpenTelemetry
10671065
token: ""
1068-
# -- Comma separated list of claim rooms IDs
1066+
# -- Comma separated list of claim rooms IDs. Empty value = All nodes room only
10691067
# @section -- Netdata OpenTelemetry
10701068
rooms: ""
10711069
url: "https://api.netdata.cloud"
@@ -1079,7 +1077,7 @@ netdataOpentelemetry:
10791077
extraVolumes: []
10801078

10811079
# OpenTelemetry Collector subchart configuration
1082-
# This is an optional component that allows to gather logs from k8s cluster.
1080+
# This is an optional component that allows to gather logs from k8s cluster (in this configuration).
10831081
# If you already have an exporter of any kind, just point it to the netdata-otel service
10841082
# Documentation: https://opentelemetry.io/docs/platforms/kubernetes/helm/collector/
10851083
otel-collector:

0 commit comments

Comments
 (0)