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 18994d1 commit 3ba707fCopy full SHA for 3ba707f
metadata/src/main/java/org/apache/kafka/controller/metrics/YammerTimeRatio.java
@@ -17,9 +17,10 @@
17
18
package org.apache.kafka.controller.metrics;
19
20
-import com.yammer.metrics.core.Gauge;
21
import org.apache.kafka.raft.internals.TimeRatio;
22
+import com.yammer.metrics.core.Gauge;
23
+
24
/**
25
* Yammer Metrics facade for TimeRatio.
26
* This class provides a Gauge interface for Yammer metrics registry
0 commit comments