Skip to content

Commit

Permalink
replace the metrics in HttpServerListener with micrometer and update …
Browse files Browse the repository at this point in the history
…dependency in common
  • Loading branch information
J. Wu authored and J. Wu committed Jun 7, 2023
1 parent 391454b commit 04c6c1b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ protected void onRequestHandlingSuccess(long duration, TimeUnit timeUnit) {

@Override
protected void onResponseContentWriteSuccess(long duration, TimeUnit timeUnit) {

// responseWriteTimes.record(duration, timeUnit);
}

@Override
Expand Down

0 comments on commit 04c6c1b

Please sign in to comment.