# 관측을 어디에 둘 것인가 # Question: 밖에서만 재면 무엇을 놓치는가 direction: right n0: "Keycloak 클러스터" { shape: rectangle } n1: "외부 curl" { shape: rectangle } n2: "Prometheus 지표" { shape: rectangle } n3: "PostgreSQL 직접 조회" { shape: rectangle } n0 -> n1: "외부 응답" n0 -> n2: "내부 지표" n0 -> n3: "저장 결과"