Skip to content

Commit 295b800

Browse files
committed
Update " 2025 DevHistory "
1 parent abd1280 commit 295b800

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

_posts/2025-01-01-2025-DevHistory.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,5 @@ author: devFancy
4848
* [쿠폰 시스템 개선기: SETNX에서 Redisson RLock과 AOP를 활용한 분산락 적용](https://devfancy.github.io/SpringBoot-Coupon-System-Redisson/)
4949

5050
* [3편. Prometheus와 Grafana로 Spring Boot 기반 모니터링 대시보드 구축하기](https://devfancy.github.io/SpringBoot-Monitoring-Prometheus-Grafana/)
51+
52+
* [MDC와 GlobalTraceId를 활용한 분산 추적](https://devfancy.github.io/SpringBoot-Distributed-Tracing-With-MDC/)

_posts/2025-06-03-SpringBoot-Coupon-System-Redisson.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -526,15 +526,15 @@ Kafka Consumer 서버에서는 API 서버에서 전송한 `CouponIssueMessage`
526526
- Average Response Time (ms): 25ms
527527
- 5xx Error Rate (%): 0%
528528

529-
![](/assets/img/coupon/coupon-issue-system-Grafana-API-Server-After.png)
529+
![](/assets/img/coupon/coupon-issue-system-Grafana-API-Server-Before.png)
530530

531531
> Grafana - Kafka Consumer Server
532532
533533
- Kafka Listener Processed Count: avg 200 ops/s
534534
- Kafka Listener Processing Time (ms): avg 6ms
535535
- Kafka Listener Max Processing Time (ms): avg 200ms
536536

537-
![](/assets/img/coupon/coupon-issue-system-Grafana-Kafka-Consumer-Server-After.png)
537+
![](/assets/img/coupon/coupon-issue-system-Grafana-Kafka-Consumer-Server-Before.png)
538538

539539

540540
### Redisson RLock 및 AOP 도입 후

0 commit comments

Comments
 (0)