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