| Package | Description |
|---|---|
| org.springframework.boot.actuate.autoconfigure |
Auto-configuration for the actuator.
|
| org.springframework.boot.actuate.metrics.export |
Metrics export support.
|
| Modifier and Type | Method and Description |
|---|---|
MetricExportProperties |
MetricExportAutoConfiguration.MetricExportPropertiesConfiguration.metricExportProperties() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.scheduling.annotation.SchedulingConfigurer |
MetricExportAutoConfiguration.metricWritersMetricExporter(MetricExportProperties properties) |
| Constructor and Description |
|---|
MetricExportAutoConfiguration(MetricExportProperties properties,
org.springframework.beans.factory.ObjectProvider<MetricsEndpointMetricReader> endpointReader,
org.springframework.beans.factory.ObjectProvider<List<MetricReader>> readers,
org.springframework.beans.factory.ObjectProvider<Map<String,GaugeWriter>> writers,
org.springframework.beans.factory.ObjectProvider<Map<String,Exporter>> exporters) |
| Constructor and Description |
|---|
MetricExporters(MetricExportProperties properties) |
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.