Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Registrati
Accedi
wangjx
/
sentinel
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
Translate some javadoc to English in MetricFetcher (
#338
)
master
leitao
Eric Zhao
6 anni fa
parent
4fbccd879b
commit
8d5834d2d3
1 ha cambiato i file
con
1 aggiunte
e
1 eliminazioni
Visualizzazione separata
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Vedi 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() {
List<String> apps = appManagement.getAppNames();
Write
Preview
Loading…
Annulla
Salva