Tal Cohen
11/09/2022, 6:17 AMAnkit Nayan
11/09/2022, 6:20 AMTal Cohen
11/09/2022, 6:24 AMAnkit Nayan
11/09/2022, 6:42 AMPrashant Shahi
11/09/2022, 6:51 AMk8s-infra
chart to include presets to blacklist log collection from specific namespace, pods, and containers.
We will be updating dependency version in SigNoz chart by EOD.Tal Cohen
11/09/2022, 8:04 AMPrashant Shahi
11/10/2022, 3:26 AMvalues.yaml
override-values.yaml
and include/excluding log capturing from any custom namespace, pod, or containers.
k8s-infra:
presets:
logsCollection:
enabled: true
blacklist:
enabled: true
# This disables log capuring of all pods in SigNoz and k8-infra namespace
signozLogs: false
namespaces:
- kube-system
pods:
- hotrod
- locust
containers: []