This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
wangjx
/
sentinel
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Translate some javadoc to English in MetricFetcher (
#338
)
master
leitao
Eric Zhao
5 years ago
parent
4fbccd879b
commit
8d5834d2d3
1 changed files
with
1 additions
and
1 deletions
Split View
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
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() {
List<String> apps = appManagement.getAppNames();
Write
Preview
Loading…
Cancel
Save