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 6a5d073 commit ea6f916Copy full SHA for ea6f916
client-v2/src/main/java/com/clickhouse/client/api/metrics/ClientMetrics.java
@@ -3,12 +3,12 @@
3
public enum ClientMetrics {
4
5
/**
6
- * Operation duration in nanoseconds.
+ * Operation duration in milliseconds.
7
*/
8
OP_DURATION("client.opDuration"),
9
10
11
- * Duration of the operation serialization step in nanoseconds.
+ * Duration of the operation serialization step in milliseconds.
12
13
OP_SERIALIZATION("client.opSerialization");
14
0 commit comments