Skip to content

Commit 14fe0d2

Browse files
author
Paultagoras
committed
Update HttpAPIClientHelper.java
1 parent b4663ac commit 14fe0d2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

client-v2/src/main/java/com/clickhouse/client/api/internal/HttpAPIClientHelper.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -254,9 +254,6 @@ private HttpClientConnectionManager poolConnectionManager(LayeredConnectionSocke
254254

255255
applyMethod = micrometerLoader.getDeclaredMethod("applyConnectionMetricsBinder", Object.class, String.class, MeteredManagedHttpClientConnectionFactory.class);
256256
applyMethod.invoke(micrometerLoader, metricsRegistry, mGroupName, connectionFactory);
257-
258-
applyMethod = micrometerLoader.getDeclaredMethod("applyFailureRatioMetricsBinder", Object.class, String.class, HttpAPIClientHelper.class);
259-
applyMethod.invoke(micrometerLoader, metricsRegistry, mGroupName, this);
260257
} catch (Exception e) {
261258
LOG.error("Failed to register metrics", e);
262259
}

0 commit comments

Comments
 (0)