I checked it, so if I enable whitelist, only whitelisted logs will be collected, right?
s
Srikanth Chekuri
07/26/2024, 11:17 AM
yes,
d
Dhruv garg
07/26/2024, 11:17 AM
thanks for confirming
Dhruv garg
07/26/2024, 11:27 AM
Copy code
k8s-infra:
presets:
logsCollection:
enabled: true
whitelist:
# whether to enable whitelisting
enabled: true
# whether to include signoz logs
signozLogs: false
# which namespaces to include
namespaces:
- karpenter
# which pods to include
pods:
- karpenter # all pods with karpenter prefix
I added this config, but helm upgrade timed out, is there any issue with this config
SigNoz is an open-source APM. It helps developers monitor their applications & troubleshoot problems, an open-source alternative to DataDog, NewRelic, etc.