Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/michael-michalski/graphitestatsd
https://github.com/michael-michalski/graphitestatsd
docker graphite statsd
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/michael-michalski/graphitestatsd
- Owner: michael-michalski
- Created: 2020-01-27T13:47:56.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-10-05T21:03:21.000Z (over 4 years ago)
- Last Synced: 2024-11-22T15:38:31.469Z (2 months ago)
- Topics: docker, graphite, statsd
- Language: Dockerfile
- Homepage:
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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