일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
31 |
Tags
- Session Registry
- openTelemetry
- ConcurrentSessionControlAuthenticationStrategy
- 14889
- HttpRequestMethodNotSupportedException
- Spring
- aws-mysql-jdbc
- SpringCloudConfig
- 12100
- amazon-ecr-login
- RequiredArgsConstructor
- tailsamplingprocessor
- Spring Security
- 프로그래머스
- AWS
- 백준
- RestControllerAdvice
- 1916
- 1260
- github
- Java
- 17144
- Session Fixation Protection
- Value annotation
- self-hosted runners
- 15686
- Spring Authorization Server
- 14891
- 자바
- github actions
Archives
- Today
- Total
목록tailsamplingprocessor (1)
한울이
[AWS X-Ray] Tail Sampling with OpenTelemetry
1. 문제상황상용환경에서 aws xray 비용이 많이 나오는 이슈가 발생2. 환경ECSAWS Distro for Opentelemetry Collector3. 현재 상황 및 해결X-Ray remote sampling 을 사용하면서 비율을 설정해서 사용 중새로운 api 들이 추가 될 때 마다 비율을 생각해서 추가 해줬어야 함ex) 계속 polling 하는 api 는 비율을 어떻게 해야할지..?sampling 비율을 낮게 하면 원하는 trace 를 못 보는 경우도 생김높게 하면 비용이 문제가 됨팀에서 분산 추적을 사용하는 목적은 error 가 났을 때 확인 하기 위한 용도opentelemetry processor 중 tail sampling processor 를 사용하여 error 인 경우만 샘플링하여 처리..
PROGRAMMING
2024. 8. 2. 18:49