File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
src/main/java/org/apache/rocketmq/exporter/model Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 7676 <plugin >
7777 <groupId >org.springframework.boot</groupId >
7878 <artifactId >spring-boot-maven-plugin</artifactId >
79+ <configuration >
80+ <classifier >exec</classifier >
81+ </configuration >
7982 </plugin >
8083 <plugin >
8184 <artifactId >maven-checkstyle-plugin</artifactId >
Original file line number Diff line number Diff line change @@ -88,7 +88,7 @@ public BrokerRuntimeStats(KVTable kvTable) {
8888
8989 loadTps (this .putTps , kvTable .getTable ().get ("putTps" ));
9090 loadTps (this .getMissTps , kvTable .getTable ().get ("getMissTps" ));
91- loadTps (this .getTransferedTps , kvTable .getTable ().get ("getTransferedTps " ));
91+ loadTps (this .getTransferedTps , kvTable .getTable ().get ("getTransferredTps " ));
9292 loadTps (this .getTotalTps , kvTable .getTable ().get ("getTotalTps" ));
9393 loadTps (this .getFoundTps , kvTable .getTable ().get ("getFoundTps" ));
9494
You can’t perform that action at this time.
0 commit comments