-
Notifications
You must be signed in to change notification settings - Fork 37
StatsD Writer
Cyrille Le Clerc edited this page May 15, 2015
·
2 revisions
Send metrics to a StatsD daemon.
- Source: StatsDWriter.java, javadoc
-
host
: hostname or ip address of the StatsD daemon. Mandatory. -
port
: listen port of the StatsD daemon. -
namePrefix
: prefix append to the metrics name. Optional, default value:servers.#escaped_hostname#.
. -
enabled
: flag to enable/disable the writer. Optional, default value:true
.
"outputWriters": [
{
"@class": "org.jmxtrans.embedded.output.StatsDWriter",
"settings": {
"host": "${statsd.host:localhost}",
"port": "${statsd.port:8125}"
}
}
]
- Configuration
- ... Expression Language
- ... Configuration Sample
- Output Writers
- ... Graphite Writer
- ... StatsD Writer
- ... Graphite Pickle Writer
- ... Librato Writer
- ... SLF4J Writer
- ... Stackdriver Writer
- ... CopperEgg Writer
- ... Csv Writer
- ... Console Writer
- Integration
- ... Maven Setup
- ... Spring Integration
- ... Plain Java Servlet Integration
- Configuration Templates
- ... Tomcat
- ... JVM
- Internals
- ... Implementation Decisions
- ... Health Monitoring
- Latest javadocs
- Forum (Google Groups)
- Downloads
- Samples
- ... [Cocktail Web App] (https://github.com/jmxtrans/embedded-jmxtrans-samples/tree/master/embedded-jmxtrans-webapp-coktail)
- License
- Release Notes