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 a3ebe14 commit 6c11defCopy full SHA for 6c11def
misk-jdbc/src/main/kotlin/misk/jdbc/JdbcModule.kt
@@ -175,8 +175,7 @@ class JdbcModule @JvmOverloads constructor(
175
deployment = deploymentProvider.get(),
176
dataSourceDecorators = dataSourceDecoratorsProvider.get(),
177
databasePool = databasePool,
178
- // TODO provide metrics to the reader pool but need a different metric key prefix
179
- collectorRegistry = if (isWriter) registry else null
+ collectorRegistry = registry,
180
)
181
}
182
}).asSingleton()
0 commit comments