public abstract class JsonMetricsGenerator extends Object
| Constructor and Description |
|---|
JsonMetricsGenerator() |
| Modifier and Type | Method and Description |
|---|---|
static com.fasterxml.jackson.databind.JsonNode |
generateJsonMetrics(com.yammer.metrics.core.MetricsRegistry registry,
boolean includeVMMetrics,
boolean includeBuildMetrics,
boolean clearMetrics) |
static com.fasterxml.jackson.databind.JsonNode |
generateJsonMetrics(com.yammer.metrics.core.MetricsRegistry registry,
boolean includeVMMetrics,
boolean includeBuildMetrics,
boolean clearMetrics,
Map<String,String> pointTags,
MetricTranslator metricTranslator) |
static void |
generateJsonMetrics(OutputStream outputStream,
com.yammer.metrics.core.MetricsRegistry registry,
boolean includeVMMetrics,
boolean includeBuildMetrics,
boolean clearMetrics,
MetricTranslator metricTranslator) |
static void |
writeJson(com.fasterxml.jackson.core.JsonGenerator json,
com.yammer.metrics.core.MetricsRegistry registry,
boolean includeVMMetrics,
boolean includeBuildMetrics,
boolean clearMetrics) |
static void |
writeJson(com.fasterxml.jackson.core.JsonGenerator json,
com.yammer.metrics.core.MetricsRegistry registry,
boolean includeVMMetrics,
boolean includeBuildMetrics,
boolean clearMetrics,
Map<String,String> pointTags,
MetricTranslator metricTranslator) |
static void |
writeRegularMetrics(com.wavefront.metrics.JsonMetricsGenerator.Processor processor,
com.fasterxml.jackson.core.JsonGenerator json,
com.yammer.metrics.core.MetricsRegistry registry,
boolean showFullSamples) |
static void |
writeRegularMetrics(com.wavefront.metrics.JsonMetricsGenerator.Processor processor,
com.fasterxml.jackson.core.JsonGenerator json,
com.yammer.metrics.core.MetricsRegistry registry,
boolean showFullSamples,
Map<String,String> pointTags) |
static void |
writeRegularMetrics(com.wavefront.metrics.JsonMetricsGenerator.Processor processor,
com.fasterxml.jackson.core.JsonGenerator json,
com.yammer.metrics.core.MetricsRegistry registry,
boolean showFullSamples,
Map<String,String> pointTags,
MetricTranslator metricTranslator) |
public static void generateJsonMetrics(OutputStream outputStream, com.yammer.metrics.core.MetricsRegistry registry, boolean includeVMMetrics, boolean includeBuildMetrics, boolean clearMetrics, MetricTranslator metricTranslator) throws IOException
IOExceptionpublic static com.fasterxml.jackson.databind.JsonNode generateJsonMetrics(com.yammer.metrics.core.MetricsRegistry registry,
boolean includeVMMetrics,
boolean includeBuildMetrics,
boolean clearMetrics)
throws IOException
IOExceptionpublic static com.fasterxml.jackson.databind.JsonNode generateJsonMetrics(com.yammer.metrics.core.MetricsRegistry registry,
boolean includeVMMetrics,
boolean includeBuildMetrics,
boolean clearMetrics,
@Nullable
Map<String,String> pointTags,
@Nullable
MetricTranslator metricTranslator)
throws IOException
IOExceptionpublic static void writeJson(com.fasterxml.jackson.core.JsonGenerator json,
com.yammer.metrics.core.MetricsRegistry registry,
boolean includeVMMetrics,
boolean includeBuildMetrics,
boolean clearMetrics)
throws IOException
IOExceptionpublic static void writeJson(com.fasterxml.jackson.core.JsonGenerator json,
com.yammer.metrics.core.MetricsRegistry registry,
boolean includeVMMetrics,
boolean includeBuildMetrics,
boolean clearMetrics,
@Nullable
Map<String,String> pointTags,
@Nullable
MetricTranslator metricTranslator)
throws IOException
IOExceptionpublic static void writeRegularMetrics(com.wavefront.metrics.JsonMetricsGenerator.Processor processor,
com.fasterxml.jackson.core.JsonGenerator json,
com.yammer.metrics.core.MetricsRegistry registry,
boolean showFullSamples)
throws IOException
IOExceptionpublic static void writeRegularMetrics(com.wavefront.metrics.JsonMetricsGenerator.Processor processor,
com.fasterxml.jackson.core.JsonGenerator json,
com.yammer.metrics.core.MetricsRegistry registry,
boolean showFullSamples,
@Nullable
Map<String,String> pointTags)
throws IOException
IOExceptionpublic static void writeRegularMetrics(com.wavefront.metrics.JsonMetricsGenerator.Processor processor,
com.fasterxml.jackson.core.JsonGenerator json,
com.yammer.metrics.core.MetricsRegistry registry,
boolean showFullSamples,
@Nullable
Map<String,String> pointTags,
@Nullable
MetricTranslator metricTranslator)
throws IOException
IOExceptionCopyright © 2018. All rights reserved.