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: driver/src/main/java/org/neo4j/driver/MetricsAdapter.java
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -19,8 +19,7 @@
19
19
packageorg.neo4j.driver;
20
20
21
21
/**
22
-
* Defines which metrics consumer to use: Should metrics be consumed and exposed via the drivers default consumer or
23
-
* provided with one of the external facades.
22
+
* Defines which metrics consumer to use: Should metrics be consumed and exposed via driver's default consumer or provided with one of the external facades.
24
23
*/
25
24
publicenumMetricsAdapter
26
25
{
@@ -35,7 +34,7 @@ public enum MetricsAdapter
35
34
DEFAULT,
36
35
37
36
/**
38
-
* Consumes and publishes metrics via Micrometer. Make sure you put Micrometer on the classpath before using this option.
37
+
* Consumes and publishes metrics via Micrometer. Micrometer must be on classpath when using this option.
0 commit comments