Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/reconquest/dockerhub-statsd


https://github.com/reconquest/dockerhub-statsd

Last synced: 9 days ago
JSON representation

Awesome Lists containing this project

README

        

# dockerhub-statsd

Serves `/metrics` endpoint with prometheus output:

```
dockerhub_image_pull_count{image="myimage"} 12345
```

where `myimage` is a docker image and `12345` is number of pulls according to docker hub API

# Usage

* Listen address specified by `LISTEN` environment variable, example: `:80`.
* List of images must be passed as arguments.