Package com.wavefront.metrics
Class JsonMetricsReporter
- java.lang.Object
-
- com.yammer.metrics.reporting.AbstractReporter
-
- com.yammer.metrics.reporting.AbstractPollingReporter
-
- com.wavefront.metrics.JsonMetricsReporter
-
- All Implemented Interfaces:
Runnable
public class JsonMetricsReporter extends com.yammer.metrics.reporting.AbstractPollingReporterAdapted from MetricsServlet.- Author:
- Sam Pullara (sam@wavefront.com), Clement Pang (clement@wavefront.com), Andrew Kao (andrew@wavefront.com)
-
-
Constructor Summary
Constructors Constructor Description JsonMetricsReporter(com.yammer.metrics.core.MetricsRegistry registry, boolean includeVMMetrics, String table, String sunnylabsHost, Map<String,String> tags, boolean clearMetrics)JsonMetricsReporter(com.yammer.metrics.core.MetricsRegistry registry, boolean includeVMMetrics, String table, String sunnylabsHost, Map<String,String> tags, boolean clearMetrics, boolean https, MetricTranslator metricTranslator)JsonMetricsReporter(com.yammer.metrics.core.MetricsRegistry registry, String table, String sunnylabsHost, Map<String,String> tags, boolean clearMetrics)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidreportMetrics()voidrun()
-
-
-
Constructor Detail
-
JsonMetricsReporter
public JsonMetricsReporter(com.yammer.metrics.core.MetricsRegistry registry, String table, String sunnylabsHost, Map<String,String> tags, boolean clearMetrics) throws UnknownHostException- Throws:
UnknownHostException
-
JsonMetricsReporter
public JsonMetricsReporter(com.yammer.metrics.core.MetricsRegistry registry, boolean includeVMMetrics, String table, String sunnylabsHost, Map<String,String> tags, boolean clearMetrics) throws UnknownHostException- Throws:
UnknownHostException
-
JsonMetricsReporter
public JsonMetricsReporter(com.yammer.metrics.core.MetricsRegistry registry, boolean includeVMMetrics, String table, String sunnylabsHost, Map<String,String> tags, boolean clearMetrics, boolean https, MetricTranslator metricTranslator) throws UnknownHostException- Throws:
UnknownHostException
-
-