Gunhee Lee

Results 16 issues of Gunhee Lee

xlog_patterned_sampling_rate_precision doesn't work

bug

20220511 21:28:39 [A905] java.lang.reflect.InaccessibleObjectException: Unable to make protected final java.lang.Class java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain) throws java.lang.ClassFormatError accessible: module java.base does not "opens java.lang" to unnamed module @4cafa2d9

* 유저 코드를 통해 scouter 기능 제어 * service 시작 * custom key를 통한 시작하는 기능도 제공 (ThreadLocal 사용이 불가능한 환경에서 필요) * stuck 시간 세팅 기능 / 얼마후에 자동...

DONE

Support R2DBC

Feature

XLog index's mem-hash size is too small. It occurs index deep search(more than 100) for high traffic system.

![image](https://user-images.githubusercontent.com/6788732/70112172-d35a3a80-1697-11ea-93ea-6bacab9f5d5b.png) 200 ROWS (OF 1,256) 이런식으로 표시되면 좋을 듯 합니다. 이게 드래그를 구간 구간해서 밀도를 파악하는 경우 나름 유용해서요. (짧은 구간에 섞여 있으면 xlog를 1000개나 10000개나 눈으로 볼때는 비슷하거든요.)

feature

Xlog client에 있는 summary 기능 (작업 진행하실거면 API 확인해볼게요.) ![image](https://user-images.githubusercontent.com/6788732/70112297-351aa480-1698-11ea-9885-156d74ede2af.png) ![image](https://user-images.githubusercontent.com/6788732/70112325-51b6dc80-1698-11ea-9a4f-898a77d68416.png)

enhancement

응답시간이 거의 수십ms 미만 0초 가까운 경우 (에러 필터를 건 경우) xlog 선택이 잘 되지 않는다. - 에러가 아닌 일반 요청이나 비동기 요청은 잘 선택이 된다.

bug

- 사용자가 보기 편한 방향으로 default 변경 - topology - group을 true - highlight true - red line true - profile - format - true - xlog height - 8000...

on-going