RiwEZ / docker-stats-exporter

Docker container stats exporter for Prometheus

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker Stats Exporter for Prometheus

Simple exporter for docker stats command to prometheus written in Go.

How to use?

Build it yourself by

go build -o <binary_name> main.go

and put this into the server that you wish to gather docker stats and use it with

<binary_name> --port ":<port>" --interval <update_interval>

Grafana Dashboard Example

You can try importing grafana.json for below dashboard example. image

Refs

About

Docker container stats exporter for Prometheus


Languages

Language:Go 100.0%