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.
1 parent 7658b4b commit bb47227Copy full SHA for bb47227
service/history/fx.go
@@ -177,7 +177,7 @@ func HealthSignalAggregatorProvider(
177
dynamicCollection *dynamicconfig.Collection,
178
metricsHandler metrics.Handler,
179
logger log.ThrottledLogger,
180
-) *interceptor.HealthSignalAggregatorImpl {
+) interceptor.HealthSignalAggregator {
181
return interceptor.NewHealthSignalAggregatorImpl(
182
dynamicconfig.PersistenceHealthSignalWindowSize.Get(dynamicCollection)(),
183
dynamicconfig.PersistenceHealthSignalBufferSize.Get(dynamicCollection)(),
0 commit comments