Skip to content

Commit

Permalink
Update AlertServerMetrics.java
Browse files Browse the repository at this point in the history
  • Loading branch information
fuchanghai authored Jan 17, 2024
1 parent 97ab12a commit 6bff7b1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public void registerPendingAlertGauge(final Supplier<Number> supplier) {
}

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 6bff7b1

Please sign in to comment.