public class ApplicationMetricsExporter extends Object implements org.springframework.boot.actuate.metrics.export.Exporter
ApplicationMetrics
from
MetricsEndpointMetricReader
downstream via the configured metrics channel.
It uses the Spring Boot support for Exporter
to periodically emit messages
polled from the endpoint.Constructor and Description |
---|
ApplicationMetricsExporter(org.springframework.boot.actuate.endpoint.MetricsEndpoint endpoint,
org.springframework.messaging.MessageChannel source,
ApplicationMetricsProperties properties) |
Modifier and Type | Method and Description |
---|---|
void |
export() |
protected Collection<org.springframework.boot.actuate.metrics.Metric<?>> |
filter()
Copy of similarly named method in
MetricCopyExporter . |
public ApplicationMetricsExporter(org.springframework.boot.actuate.endpoint.MetricsEndpoint endpoint, org.springframework.messaging.MessageChannel source, ApplicationMetricsProperties properties)
public void export()
export
in interface org.springframework.boot.actuate.metrics.export.Exporter
protected Collection<org.springframework.boot.actuate.metrics.Metric<?>> filter()
MetricCopyExporter
.Copyright © 2018 Pivotal Software, Inc.. All rights reserved.