public class StatsDReporterInit
extends java.lang.Object
Will start a StatsD reporter if configured.
Using those environment variables or Java system properties:
- STATSD_ADDRESS: the address:port of the statsd daemon (if not set, the feature is disabled)
- STATSD_PREFIX: the prefix to set (defaults to mapfish-print)
- STATSD_PERIOD: the reporting period in seconds (defaults to 10)