@Configuration @EnableScheduling @ConditionalOnProperty(value="spring.metrics.export.enabled", matchIfMissing=true) @EnableConfigurationProperties public class MetricExportAutoConfiguration extends Object
Auto-configuration
for metrics export.Modifier and Type | Class and Description |
---|---|
protected static class |
MetricExportAutoConfiguration.MetricExportPropertiesConfiguration |
Constructor and Description |
---|
MetricExportAutoConfiguration(MetricExportProperties properties,
ObjectProvider<MetricsEndpointMetricReader> endpointReader,
ObjectProvider<List<MetricReader>> readers,
ObjectProvider<Map<String,GaugeWriter>> writers,
ObjectProvider<Map<String,Exporter>> exporters) |
Modifier and Type | Method and Description |
---|---|
SchedulingConfigurer |
metricWritersMetricExporter(MetricExportProperties properties) |
public MetricExportAutoConfiguration(MetricExportProperties properties, ObjectProvider<MetricsEndpointMetricReader> endpointReader, @ExportMetricReader ObjectProvider<List<MetricReader>> readers, @ExportMetricWriter ObjectProvider<Map<String,GaugeWriter>> writers, ObjectProvider<Map<String,Exporter>> exporters)
@Bean @ConditionalOnMissingBean(name="metricWritersMetricExporter") public SchedulingConfigurer metricWritersMetricExporter(MetricExportProperties properties)
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.