일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- Spring XD
- 구마모토 백패킹
- 도메인주도설계
- Gradle
- intellij
- elastic search
- Spring Boot
- Java
- docker
- Linux
- Spring Batch
- 인텔리J
- DDD
- nginx
- 일본 백패킹
- apache storm
- design pattern
- elasticsearch
- 엘라스틱서치
- hdfs
- Angular2
- Spring
- Hbase
- 제주
- scala
- SBT
- Storm
- hadoop
- 스프링 배치
- Clean Code
Archives
- Today
- Total
목록Micrometer (1)
욱'S 노트

마이크로미터 오픈텔레메트리 기본 세팅은 지난 시간에 해봤었다. 그럼 Tracing API에 대해서 조금 더 알아보자. 예제 코드 먼저 기본 세팅은 그대로 유지한다.import io.micrometer.tracing.otel.bridge.OtelCurrentTraceContextimport io.micrometer.tracing.otel.bridge.OtelTracerimport io.micrometer.tracing.otel.bridge.Slf4JEventListenerimport io.opentelemetry.sdk.OpenTelemetrySdkfun main() { // [OTel component] The SDK implementation of OpenTelemetry val openTe..
Programming/Micrometer
2025. 3. 7. 16:50