Notice
Recent Posts
Recent Comments
Link
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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 |
Tags
- SPOF
- IllegalStateException
- HandlerMethod
- demand paging
- cross-cutting concerns
- CQS
- assertJ
- TDZ
- CORS
- COPYOFRANGE
- 단어변환
- #@Transacional
- generic type
- propagation
- ExceptionResolver
- tracking-modes
- NestJS 요청흐름
- RequestMappingHandlerMapping
- optimistic lock
- Generic method
- Java
- type eraser
- 역정규화
- Transaction
- 프로그래머스
- 벌크연산
- API
- hoisting
- wrapper class
- pessimistic lock
Archives
- Today
- Total
목록Tech/Microservices (1)
jingyulog
Distributed Server - Zipkin in SpringBoot3
Before SpringBoot3 Sleuth(Tracing Configuration) -> Brave(Tracer Library) -> Zipkin From SpringBoot3 Micrometer(metrics, logs, traces) -> OpenTelemetry(metrics, logs, traces) -> Zipkin gradle settings implementation 'io.micrometer:micrometer-observation' implementation 'io.micrometer:micrometer-tracing-bridge-otel' implementation 'io.opentelemetry:opentelemetry-exporter-zipkin' application.prope..
Tech/Microservices
2023. 7. 19. 03:00