Releases: graphite-project/docker-graphite-statsd
Releases · graphite-project/docker-graphite-statsd
1.1.7-3
- Alpine 3.12.0, Django 2.2.13
- create superuser only for sqlite (fixing #133 )
- (Experimental) go-carbon and brubeck support (#137 )
- Gunicorn defferent worker classes support (#138 )
- Fixing default config propagation (fixing #141 )
- Disabling carbon tags w/env variable (#142 )
- Fixing ability to bring services down (#144 )
1.1.7-2
1.1.7-1
1.1.6-2
1.1.6-1
1.1.5-13
1.1.5-12
1.1.5-11
1.1.5-10
- Add features to the entrypoint script:
- Gracefully stop all services started by runit at shutdown.
SVWAIT variable and the docker option--stop-timeout
can be used to avoid loosing metrics when carbon-cache has a huge cache full. - Allow custom scripts to run at startup by using the docker mount option, ie :
--mount type=bind,source=/on_host/run_once,destination=/etc/run_once
- runit services can be really disabled by using environment variable like this :
<service name>_DISABLED
ie: COLLECTD_DISABLED=1, CARBON_AGGREGATOR_DISABLED=1 ...