Interface | Description |
---|---|
Exporter |
Generic interface for metric exports.
|
Class | Description |
---|---|
AbstractMetricExporter |
Base class for metric exporters that have common features, principally a prefix for
exported metrics and filtering by timestamp (so only new values are included in the
export).
|
MetricCopyExporter |
Exporter that "exports" by copying metric data from a source
MetricReader to a destination MetricWriter . |
MetricExporters |
SchedulingConfigurer to handle metrics export . |
MetricExportProperties |
Configuration properties for metrics export.
|
MetricExportProperties.Aggregate |
Aggregate properties.
|
MetricExportProperties.Redis |
Redis properties.
|
MetricExportProperties.Statsd |
Statsd properties.
|
PrefixMetricGroupExporter |
A convenient exporter for a group of metrics from a
PrefixMetricReader . |
RichGaugeExporter |
Exporter or converter for
RichGauge data to a metric-based back end. |
SpecificTriggerProperties |
Trigger for specific names or patterns.
|
TriggerProperties |
Abstract base class for trigger properties.
|
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.