DataDog / lading

A suite of data generation and load testing tools
MIT License
76 stars 11 forks source link

Improve linux observer to more gracefully handle lacking permissions #938

Open scottopell opened 4 weeks ago

scottopell commented 4 weeks ago

What does this PR do?

Improves error handling in the linux process observer for scenarios where the process being monitored requires more privileges than the lading process has.

Motivation

This is a common scenario when monitoring a container from a host-lading.

Related issues

Additional Notes