Skip to content

Commit 275e75d

Browse files
fix: redis_exporter 헬스체크 제거 (#539)
* fix: 프로메테우스 v3 오탈자 수정 * chore: 슬랙 웹 훅 URL 값을 도플러로 분리. alertmanager 리포지토리 등록. * chore: docker-compose.yml에 슬랙 웹훅 environment 설정 * fix: 오탈자 수정 * chore: redis-exporter 헬스체크 수정 * chore: redis_exporter:v1.80.1은 distroless 이미지이므로 헬스체크 쉘 사용불가
1 parent 95aea51 commit 275e75d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docker/docker-compose.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,8 +472,9 @@ services:
472472
REDIS_PASSWORD: ${REDIS_PASSWORD:-tt_redis_pass}
473473
networks:
474474
- common
475+
# redis_exporter는 distroless 이미지라 shell 없음 - Prometheus scrape가 healthcheck 역할.
475476
healthcheck:
476-
test: [ "CMD-SHELL", "nc -z localhost 9121 || exit 1" ]
477+
test: [ "NONE" ]
477478
interval: 30s
478479
timeout: 10s
479480
retries: 3

0 commit comments

Comments
 (0)