|
|
|
|
@ -57,7 +57,7 @@ public class GraphiteMetricsExportAutoConfiguration {
@@ -57,7 +57,7 @@ public class GraphiteMetricsExportAutoConfiguration {
|
|
|
|
|
return new GraphitePropertiesConfigAdapter(graphiteProperties); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
@Bean(destroyMethod = "stop") |
|
|
|
|
@Bean |
|
|
|
|
@ConditionalOnMissingBean |
|
|
|
|
public GraphiteMeterRegistry graphiteMeterRegistry(GraphiteConfig graphiteConfig, |
|
|
|
|
HierarchicalNameMapper nameMapper, Clock clock) { |
|
|
|
|
|