@Configuration @ConditionalOnMissingBean(value=KafkaBinderMetrics.class, name="outerContext") @ConditionalOnClass(name="io.micrometer.core.instrument.MeterRegistry") protected class KafkaBinderConfiguration.KafkaBinderMetricsConfiguration extends Object
| Modifier and Type | Class and Description |
|---|---|
protected class |
KafkaBinderConfiguration.KafkaBinderMetricsConfiguration.KafkaMicrometer |
| Modifier | Constructor and Description |
|---|---|
protected |
KafkaBinderMetricsConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
io.micrometer.core.instrument.binder.MeterBinder |
kafkaBinderMetrics(KafkaMessageChannelBinder kafkaMessageChannelBinder,
KafkaBinderConfigurationProperties configurationProperties,
io.micrometer.core.instrument.MeterRegistry meterRegistry) |
@Bean @ConditionalOnBean(value=io.micrometer.core.instrument.MeterRegistry.class) @ConditionalOnMissingBean(value=KafkaBinderMetrics.class) public io.micrometer.core.instrument.binder.MeterBinder kafkaBinderMetrics(KafkaMessageChannelBinder kafkaMessageChannelBinder, KafkaBinderConfigurationProperties configurationProperties, io.micrometer.core.instrument.MeterRegistry meterRegistry)
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.