This website works better with JavaScript.
홈
탐색
도움말
가입하기
로그인
wangjx
/
sentinel
보기
1
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
0
위키
Activity
소스 검색
dashboard: Remove duplicate code in MetricEntity (
#1441
)
master
zhenxianyimeng
GitHub
5 년 전
부모
516e36fd83
커밋
ba391097ca
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1개의 변경된 파일
과
0개의 추가작업
그리고
1개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
sentinel-dashboard/src/main/java/com/alibaba/csp/sentinel/dashboard/datasource/entity/MetricEntity.java
+ 0
- 1
sentinel-dashboard/src/main/java/com/alibaba/csp/sentinel/dashboard/datasource/entity/MetricEntity.java
파일 보기
@@ -61,7 +61,6 @@ public class MetricEntity {
entity.setExceptionQps(oldEntity.getExceptionQps());
entity.setRt(oldEntity.getRt());
entity.setCount(oldEntity.getCount());
entity.setResource(oldEntity.getResource());
return entity;
}
Write
Preview
Loading…
취소
저장