Permission denied on Kubernetes
Closed this issue · 3 comments
dmarkey commented
On EKS, I'm getting this error in the uwsgi logs.
Anyone seen it before and how to remedy?
dogstatsd_send_metric()/sendto(): Permission denied [/uwsgi-dogstatsd/plugin.c line 173]
Thanks!
David
dmarkey commented
Sorry this was PEBCAK. Was not configured correctly
AlecTroemel commented
I'm getting the same error in k8s, @dmarkey you mind sharing what your config error was (in case I've made the same mistake)?
dmarkey commented
As this project seems kind of abandoned we're switching to https://github.com/timonwong/uwsgi_exporter +
annotations:
ad.datadoghq.com/uwsgi-exporter.check_names: '["openmetrics"]'
ad.datadoghq.com/uwsgi-exporter.init_configs: '[{}]'
ad.datadoghq.com/uwsgi-exporter.instances: '[{"prometheus_url": "http://%%host%%:9117/metrics","namespace":
"uwsgi_dd","metrics": ["*"]}]'