public class JsonReporter extends Reporter
| Constructor and Description |
|---|
JsonReporter() |
| Modifier and Type | Method and Description |
|---|---|
void |
displayInstanceName(Instance instance) |
void |
displayMatchingAttributeName(JmxAttribute jmxAttribute,
int rank,
int limit) |
void |
displayMetricReached() |
void |
displayNonMatchingAttributeName(JmxAttribute jmxAttribute) |
void |
doSendServiceCheck(String serviceCheckName,
String status,
String message,
String[] tags)
Use the service check callback to display the JSON.
|
protected void |
sendMetricPoint(String metricType,
String metricName,
double value,
String[] tags) |
clearCountersAggregator, clearRatesAggregator, getHandler, getServiceCheckCount, getServiceCheckCountMap, incrementServiceCheckCount, resetServiceCheckCount, sendMetrics, sendServiceCheck, statusToServiceCheckStatus, statusToServiceCheckStatusValueprotected void sendMetricPoint(String metricType, String metricName, double value, String[] tags)
sendMetricPoint in class Reporterpublic void doSendServiceCheck(String serviceCheckName, String status, String message, String[] tags)
doSendServiceCheck in class Reporterpublic void displayMetricReached()
displayMetricReached in class Reporterpublic void displayMatchingAttributeName(JmxAttribute jmxAttribute, int rank, int limit)
displayMatchingAttributeName in class Reporterpublic void displayNonMatchingAttributeName(JmxAttribute jmxAttribute)
displayNonMatchingAttributeName in class Reporterpublic void displayInstanceName(Instance instance)
displayInstanceName in class ReporterCopyright © 2022. All rights reserved.