Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Docker] Stop returning errors when there are no metric values (#39807)
* Return nil instead or an error if no metrics The docker metricset returns an error when there are no memory metric values available. This condition can happen when there are no running containers on Docker. When no containers are running, the metricset returns an error at every collection, creating noise. * Add a "docker.memory" logger to write a debug message on no-metrics
- Loading branch information