Skip to content

Commit bde2623

Browse files
committed
Update MetricsAdapter documentation
1 parent 0c8fe23 commit bde2623

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

driver/src/main/java/org/neo4j/driver/MetricsAdapter.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@
1919
package org.neo4j.driver;
2020

2121
/**
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.
2423
*/
2524
public enum MetricsAdapter
2625
{
@@ -35,7 +34,7 @@ public enum MetricsAdapter
3534
DEFAULT,
3635

3736
/**
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.
3938
*/
4039
MICROMETER
4140
}

0 commit comments

Comments
 (0)