-
Notifications
You must be signed in to change notification settings - Fork 37
Implementation decisions
cyrille-leclerc edited this page Dec 31, 2012
·
2 revisions
- As the library is embedded in applications, it must have the minimal number of dependencies and the minimal footprint
- Required libraries: SLF4J, Jackson2
- Optional library: spring-beans and spring-context if you use the Spring Integration
- Note: few utils classes are inspired by Google Guava or others and are javadoc'ed as such.
- 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