Skip to content

Commit 43ac253

Browse files
committed
fix: CloudWatch 메트릭 필터링 추가로 비용 절감
- 전체 메트릭 비활성화 후 필요한 것만 활성화 - hikaricp, jvm.memory, jvm.threads, tomcat, process.cpu, http.server.requests만 전송 - 216개 → ~20개로 감소 예상 (월 $65 → $6)
1 parent c566081 commit 43ac253

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

src/main/resources/application-staging.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,13 @@ management:
7272
export:
7373
namespace: IFU/Staging
7474
enabled: true
75-
step: 1m
75+
step: 1m
76+
metrics:
77+
enable:
78+
all: false
79+
hikaricp: true
80+
jvm.memory: true
81+
jvm.threads: true
82+
tomcat: true
83+
process.cpu: true
84+
http.server.requests: true

0 commit comments

Comments
 (0)