elastic / elastic-agent-system-metrics

Apache License 2.0
0 stars 22 forks source link

Add metrics for disk reads and writes per cgroup #121

Closed ydubreuil closed 10 months ago

ydubreuil commented 10 months ago

What does this PR do?

This PR adds reads and writes metrics for cgroups V1. Currently, only the total of reads and writes is available and this metric alone is not really useful to understand what is happening inside a container.

Why is it important?

These metrics are important to understand what is happening inside a container running on Kubernetes or Docker and to attribute reads and writes on a host to running containers.

Checklist

Author's Checklist

Related issues