| Package | Description |
|---|---|
| org.jmxtrans.embedded | |
| org.jmxtrans.embedded.output |
| Modifier and Type | Method and Description |
|---|---|
List<OutputWriter> |
Query.getEffectiveOutputWriters()
Return the
outputWriters to which the collected metrics of this Query are exported,
the outputWriters declared at query level or a the parent level. |
List<OutputWriter> |
Query.getOutputWriters() |
Set<OutputWriter> |
EmbeddedJmxTrans.getOutputWriters() |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractOutputWriter
Convenience abstract class to implement an
OutputWriter. |
class |
ConsoleWriter
Output results to
stdout. |
class |
CopperEggWriter
CopperEgg Metrics implementation of the OutputWriter.
|
class |
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:
|
class |
GraphiteHttpWriter
Graphite implementation of the OutputWriter.
|
class |
GraphitePickleWriter
Graphite implementation of the OutputWriter.
|
class |
GraphiteWriter
Graphite implementation of the OutputWriter.
|
class |
LibratoWriter
Librato Metrics implementation of the OutputWriter.
|
class |
NoOpWriter
Used for testing.
|
class |
Slf4jWriter
SLF4J based OutputWriter implementation.
|
class |
StackdriverWriter
Stackdriver implementation of the
OutputWriter.
|
Copyright © 2015. All Rights Reserved.