Skip to content

Commit

Permalink
Update ApiServerMetrics.java
Browse files Browse the repository at this point in the history
  • Loading branch information
fuchanghai authored Jan 17, 2024
1 parent 8982c55 commit 97ab12a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ public void cleanUpApiResponseTimeMetricsByUserId(final int userId) {
}

public static void registerUncachedException(final Supplier<Number> supplier) {
Gauge.builder("ds.master.uncached.exception", supplier)
Gauge.builder("ds.api.uncached.exception", supplier)
.description("number of uncached exception")
.register(Metrics.globalRegistry);
}
Expand Down

0 comments on commit 97ab12a

Please sign in to comment.