Skip to content

Commit

Permalink
Update incrementErrorCounter function
Browse files Browse the repository at this point in the history
  • Loading branch information
$(git --no-pager log --format=format:'%an' -n 1) committed Feb 29, 2024
1 parent e07ad8d commit 33b5830
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@ public Outbound outbound() {
return outbound;
}

protected static void incrementErrorCounter(
Registry registry, String counterName, String metricId, Http2Exception h2e) {
protected void incrementErrorCounter(Registry registry, String counterName, String metricId, Http2Exception h2e) {
String h2Error = h2e.error() != null ? h2e.error().name() : "NA";
String exceptionName = h2e.getClass().getSimpleName();

Expand Down

0 comments on commit 33b5830

Please sign in to comment.