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
- pessimistic lock
- 프로그래머스
- wrapper class
- assertJ
- TDZ
- cross-cutting concerns
- Transaction
- Generic method
- hoisting
- CORS
- optimistic lock
- API
- 벌크연산
- CQS
- demand paging
- generic type
- 단어변환
- IllegalStateException
- HandlerMethod
- ExceptionResolver
- SPOF
- tracking-modes
- #@Transacional
- type eraser
- RequestMappingHandlerMapping
- 역정규화
- NestJS 요청흐름
- propagation
- COPYOFRANGE
- Java
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