-
Notifications
You must be signed in to change notification settings - Fork 37
Console Writer
cyrille-leclerc edited this page Jan 14, 2013
·
5 revisions
Send metrics to a stdout
.
- Source: ConsoleWriter.java, javadoc
- No settings available
"outputWriters": [
{
"@class": "org.jmxtrans.embedded.output.ConsoleWriter"
}
]
Graphite's Carbon Plan Text protocol.
Format:
result.name<space>value<space>epoch-in-seconds
Sample output:
jvm.os.OpenFileDescriptorCount 96 1356910785
- 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