Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/michael-michalski/graphitestatsd


https://github.com/michael-michalski/graphitestatsd

docker graphite statsd

Last synced: 1 day ago
JSON representation

Awesome Lists containing this project

README

        

# GraphiteStatsd
A docker image combining [carbon](https://github.com/graphite-project/carbon), [whisper](https://github.com/graphite-project/whisper), [graphite](https://github.com/graphite-project/graphite-web), [statsd](https://github.com/etsy/statsd) and nginx to create an all encompassing metric solution.

Check here, https://github.com/michael-michalski/graphitestatsd-encrypted, if your use case demands encryption:

Reasons for using this image.

* Everything running under non root user(10001) and under group (10001)
* Lightweight, stripped for cloud use (130 mb).
* Using python3

## Building
ALPINE_VERSION=3.11.6 make build
That will result in:
michaelmichalski/graphitestatsd:3.11.6