permission denied for filelog receiver to tail the container log files
Prashant Shahi
12/27/2023, 11:34 AM
This usually happens when running otelcollector (otel-agent) as non-root user
a
Antonio Lago
12/27/2023, 1:14 PM
Hello @Prashant Shahi, thanks for the reply,
How can I overcome this? I tried installing with chart value:
otelAgent:
securityContext:
privileged: true
runAsUser: 0
otelCollector:
securityContext:
privileged: true
runAsUser: 0
But still doesn't work
SigNoz is an open-source APM. It helps developers monitor their applications & troubleshoot problems, an open-source alternative to DataDog, NewRelic, etc.