Spring Boot - OpenTelemetry! 작성일 2024-05-13 Edited on 2026-03-03 In monitoring OpenTelemetry https://opentelemetry.io/https://www.cncf.io/projects/opentelemetry/otel doc: https://opentelemetry.io/docs/languages/java/instrumentation/ 더 읽어보기 »
Spring Boot - Cache! 작성일 2024-05-08 Edited on 2026-03-03 In springboot Spring Data redis123dependencies { implementation 'org.springframework.boot:spring-boot-starter-data-redis'} 더 읽어보기 »
MSA 아키텍처! 작성일 2024-04-07 Edited on 2026-03-03 In 기타 MSA 패턴서비스가 쪼개지면서 모든 트랜잭션은 서비스 단위로 모두 분리되어 분산트랜잭션(분산 워크플로) 으로 취급되며,RDB의 트랜잭션이 지원하는 원자성, 일관성, 스냅샷 격리와 같은 기능을 사용하지 못하게되면서 ACID 속성을 유지할 수 없게된다. 더 읽어보기 »
k8s - istio! 작성일 2024-03-14 Edited on 2026-03-03 In kubernetes istio https://istio.io/latest/https://istio.io/latest/docs/ops/deployment/architecture/https://github.com/istio/istiohttps://www.udemy.com/course/kubernetes-istio-hands-on/ 더 읽어보기 »
모니터링 - Prometheus 메트릭! 작성일 2024-03-13 Edited on 2026-03-03 In monitoring 개요관측모니터링에서 시스템 기반 모니터링의 첫번째 관측 대상인 Metric 을 가장 효과적으로 다루는 오픈소스. 더 읽어보기 »
Redis 명령어! 작성일 2024-02-23 Edited on 2026-03-03 In DataBase Redis싱글 스레드 이벤트 처리 형태로 동작하는 인메모리 Key–value store(KVS). 더 읽어보기 »
DB 복제! 작성일 2024-02-20 Edited on 2026-03-03 In DataBase 복제 https://www.yes24.com/Product/Goods/59566585https://www.brianstorti.com/replication 더 읽어보기 »
모니터링 - OpenTelemetry! 작성일 2024-02-13 Edited on 2026-03-03 In monitoring Observability https://opentelemetry.io/docs/what-is-opentelemetry/ 더 읽어보기 »
모니터링 - fluentbit! 작성일 2024-02-08 Edited on 2026-03-03 In monitoring log agent https://www.youtube.com/watch?v=bIAC0uQee0k 더 읽어보기 »
모니터링 - LGTM! 작성일 2024-02-04 Edited on 2026-03-03 In monitoring 개요 https://github.com/grafanahttps://grafana.com/docs/grafana/latest/ 더 읽어보기 »