You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: extensions/datasource/runtime/src/main/java/io/quarkus/datasource/runtime/DataSourcesBuildTimeConfig.java
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,8 @@ public interface DataSourcesBuildTimeConfig {
41
41
* <p>
42
42
* This is a global setting and is not specific to a datasource.
43
43
* <p>
44
-
* NOTE: This is different from the <code>quarkus.datasource."datasource name".jdbc.metrics.enabled</code> property that needs to be set on the JDBC datasource level to
44
+
* NOTE: This is different from the <code>quarkus.datasource."datasource name".jdbc.metrics.enabled</code> property that
45
+
* needs to be set on the JDBC datasource level to
45
46
* enable collection of metrics for that datasource.
0 commit comments