| Interface | Description |
|---|---|
| OutputWriter |
Interface of define a writer that will convert the collected JMX metrics to a given format (e.g.
|
| Class | Description |
|---|---|
| AbstractOutputWriter |
Convenience abstract class to implement an
OutputWriter. |
| ConsoleWriter |
Output results to
stdout. |
| CopperEggWriter |
CopperEgg Metrics implementation of the OutputWriter.
|
| CsvWriter |
This output writer can ONLY be used on a per query basis, not in a global
output writer configuration because this aggregates all of the different
attributes returned by the query into a single line in a csv file, using the
QueryResult.getName() as the value of the
header.
The query can contain multiple MBeans by pattern matched ObjectName
Example query configuration:
|
| GraphiteHttpWriter |
Graphite implementation of the OutputWriter.
|
| GraphitePickleWriter |
Graphite implementation of the OutputWriter.
|
| GraphiteWriter |
Graphite implementation of the OutputWriter.
|
| LibratoWriter |
Librato Metrics implementation of the OutputWriter.
|
| NoOpWriter |
Used for testing.
|
| Slf4jWriter |
SLF4J based OutputWriter implementation.
|
| StackdriverWriter |
Stackdriver implementation of the
OutputWriter.
|
Copyright © 2015. All Rights Reserved.