| Package | Description |
|---|---|
| org.jmxtrans.embedded | |
| org.jmxtrans.embedded.output |
| Modifier and Type | Method and Description |
|---|---|
BlockingQueue<QueryResult> |
Query.getResults() |
| Modifier and Type | Method and Description |
|---|---|
int |
QueryAttribute.collectMetrics(ObjectName objectName,
Object value,
long epochInMillis,
Queue<QueryResult> results) |
void |
Query.setResultsQueue(BlockingQueue<QueryResult> queryResultQueue)
WARNING: Query.queryResults queue should not be changed at runtime as the operation is not thread safe.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CopperEggWriter.cue_serialize(Iterable<QueryResult> counters,
OutputStream out) |
void |
CopperEggWriter.one_set(String mg_name,
List<QueryResult> counters) |
void |
CopperEggWriter.send_metrics(String mg_name,
List<QueryResult> counters) |
void |
LibratoWriter.serialize(Iterable<QueryResult> counters,
Iterable<QueryResult> gauges,
OutputStream out) |
void |
LibratoWriter.serialize(Iterable<QueryResult> counters,
Iterable<QueryResult> gauges,
OutputStream out) |
void |
StackdriverWriter.serialize(Iterable<QueryResult> results,
OutputStream out)
Put the values into the JSON format expected by the Stackdriver custom metrics gateway
|
void |
CopperEggWriter.sort_n_send(String mg_name,
List<QueryResult> mg_counters) |
void |
StackdriverWriter.write(Iterable<QueryResult> results)
Send given metrics to the Stackdriver server using HTTP
|
void |
Slf4jWriter.write(Iterable<QueryResult> results) |
void |
OutputWriter.write(Iterable<QueryResult> results)
Write all the given QueryResult to the target system.
|
void |
NoOpWriter.write(Iterable<QueryResult> results)
Write metrics to
/dev/null |
void |
LibratoWriter.write(Iterable<QueryResult> results)
Send given metrics to the Graphite server.
|
void |
GraphiteWriter.write(Iterable<QueryResult> results)
Send given metrics to the Graphite server.
|
void |
GraphitePickleWriter.write(Iterable<QueryResult> results)
Send given metrics to the Graphite server.
|
void |
GraphiteHttpWriter.write(Iterable<QueryResult> results)
Send given metrics to the Graphite server.
|
void |
CsvWriter.write(Iterable<QueryResult> results) |
void |
CopperEggWriter.write(Iterable<QueryResult> results)
Export collected metrics to CopperEgg
|
void |
ConsoleWriter.write(Iterable<QueryResult> results)
Write metrics to
stdout. |
abstract void |
AbstractOutputWriter.write(Iterable<QueryResult> results) |
Copyright © 2013. All Rights Reserved.