diff --git a/mantis-common/src/main/java/io/mantisrx/common/metrics/netty/HttpServerListener.java b/mantis-common/src/main/java/io/mantisrx/common/metrics/netty/HttpServerListener.java index e33b260d1..57dec8cc9 100644 --- a/mantis-common/src/main/java/io/mantisrx/common/metrics/netty/HttpServerListener.java +++ b/mantis-common/src/main/java/io/mantisrx/common/metrics/netty/HttpServerListener.java @@ -118,7 +118,7 @@ protected void onRequestHandlingSuccess(long duration, TimeUnit timeUnit) { @Override protected void onResponseContentWriteSuccess(long duration, TimeUnit timeUnit) { - + // responseWriteTimes.record(duration, timeUnit); } @Override