Skip to content

Commit

Permalink
Fix typo (alibaba#8567)
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliverwqcwrw authored Jun 17, 2022
1 parent 20af725 commit 01fb64f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public static Gauge.Child getDom2BeatSizeMonitor() {
}

public static Gauge.Child getListenConfigCountMonitor() {
return NACOS_MONITOR.labels("naming", "listenConfigCount");
return NACOS_MONITOR.labels("config", "listenConfigCount");
}

public static Histogram.Child getConfigRequestMonitor(String method, String url, String code) {
Expand Down

0 comments on commit 01fb64f

Please sign in to comment.