We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1c8212d + 9a8d806 commit 28b8304Copy full SHA for 28b8304
kork-cassandra/src/main/java/com/netflix/spinnaker/kork/astyanax/AstyanaxComponents.java
@@ -95,6 +95,7 @@ public ClusterHostSupplierFactory clusterHostSupplierFactory() {
95
96
@Bean
97
@ConditionalOnBean(Registry.class)
98
+ @ConditionalOnProperty("cassandra.metrics.enabled")
99
public KeyspaceConnectionPoolMonitorFactory spectatorConnectionPoolMonitor(Registry registry) {
100
return SpectatorConnectionPoolMonitor.factory(registry);
101
}
0 commit comments