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: micrometer-core/src/main/java/io/micrometer/core/instrument/binder/kafka/KafkaClientMetrics.java
+12-4Lines changed: 12 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -146,15 +146,19 @@ public KafkaClientMetrics(AdminClient adminClient) {
146
146
147
147
/**
148
148
* Kafka client metrics binder
149
-
* @param metricsSupplier supplier of metrics, make sure this comes from the Java Kafka Client because {@link KafkaClientMetrics} heavily depends on the behavior of the Java Kafka Client
149
+
* @param metricsSupplier supplier of metrics, make sure this comes from the Java
150
+
* Kafka Client because {@link KafkaClientMetrics} heavily depends on the behavior of
* @param metricsSupplier supplier of metrics, make sure this comes from the Java Kafka Client because {@link KafkaClientMetrics} heavily depends on the behavior of the Java Kafka Client
159
+
* @param metricsSupplier supplier of metrics, make sure this comes from the Java
160
+
* Kafka Client because {@link KafkaClientMetrics} heavily depends on the behavior of
@@ -163,11 +167,15 @@ public KafkaClientMetrics(Supplier<Map<MetricName, ? extends Metric>> metricsSup
163
167
164
168
/**
165
169
* Kafka client metrics binder
166
-
* @param metricsSupplier supplier of metrics, make sure this comes from the Java Kafka Client because {@link KafkaClientMetrics} heavily depends on the behavior of the Java Kafka Client
170
+
* @param metricsSupplier supplier of metrics, make sure this comes from the Java
171
+
* Kafka Client because {@link KafkaClientMetrics} heavily depends on the behavior of
172
+
* the Java Kafka Client
167
173
* @param tags additional tags
168
174
* @param scheduler custom scheduler to check and bind metrics
0 commit comments