Browse Source

Translate some javadoc to English in MetricFetcher (#338)

master
leitao Eric Zhao 6 years ago
parent
commit
8d5834d2d3
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      sentinel-dashboard/src/main/java/com/taobao/csp/sentinel/dashboard/metric/MetricFetcher.java

+ 1
- 1
sentinel-dashboard/src/main/java/com/taobao/csp/sentinel/dashboard/metric/MetricFetcher.java View File

@@ -141,7 +141,7 @@ public class MetricFetcher {
} }


/** /**
* 遍历每个APP,然后拉取该APP所有机器的metric
* Traverse each APP, and then pull the metric of all machines for that APP.
*/ */
private void fetchAllApp() { private void fetchAllApp() {
List<String> apps = appManagement.getAppNames(); List<String> apps = appManagement.getAppNames();


Loading…
Cancel
Save