docker_exporter icon indicating copy to clipboard operation
docker_exporter copied to clipboard

Exports metrics about a Docker installation

Results 13 docker_exporter issues
Sort by recently updated
recently updated
newest added
trafficstars

I would like to run the docker_exporter on my Raspberry PI. Could you please add arm support for your Docker image?

Partially solves #12, as it only adds arm64v8 and author didn't specify exact arch. Tested on multiple devices.

docker-compose file added

if there is a metric that indicates the container healthy status, i would be very appreciate. thanks

enhancement
good first issue

Currently, the exporter is showing different values compared to docker stats if the docker daemon runs on linux. In order to prevent misinterpretations, memory usage should be calcuclated like the...

It would be extremely helpful to be able to pull in container metadata. For example, the depreciated [Container Exporter](https://github.com/docker-archive/infra-container_exporter#support-for-labels) had a feature where container metadata could be pulled in by...

i have a docker container which is restarting。 `[root@main ~]# docker ps|grep exporter 5c0b9b201bcf harbor.cloud2go.cn/cloudtogo/node-exporter:v0.18.1 "/bin/node_exporter …" 5 days ago Restarting (1) 37 seconds ago exporter ` but when i...

for example metric used in below query are not present in prometheus (increase(docker_container_cpu_used_total{instance =~ "$instances", name =~ "$containers"}[30s]) / increase(docker_container_cpu_capacity_total[30s])) > 0 or (increase(docker_container_cpu_used_total{instance =~ "$instances", name =~ "$containers"}[1m]) /...