fix(docker): mc-observability-influx 헬스체크 start_period 및 interval 조정#166
Open
dogfootman wants to merge 1 commit into
Open
fix(docker): mc-observability-influx 헬스체크 start_period 및 interval 조정#166dogfootman wants to merge 1 commit into
dogfootman wants to merge 1 commit into
Conversation
첫 설치 시 mc-observability-influx 컨테이너가 DB 초기화(init scripts)를 완료하기 전에 헬스체크 실패로 unhealthy 판정되는 문제 수정. 기존 *default-health-check(start_period 60s, interval 1m, retries 3)는 총 4분만 허용하여 초기화 시간이 부족했음. 다른 observability 서비스(grafana, rabbitmq, loki 등)와 동일하게 start_period 120s, interval 10s, retries 30으로 변경.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
mc-observability-influx,mc-observability-influx-2헬스체크 타이밍 수정문제
첫 설치 시 InfluxDB가
docker-entrypoint-initdb.d스크립트로 DB 초기화를 완료하기 전에 헬스체크 실패로unhealthy판정되며 설치가 중단됨.기존
*default-health-check기준으로 총 4분만 허용되어 초기화 시간이 부족했음.수정
다른 observability 서비스(grafana, rabbitmq, loki 등)와 동일한 기준으로 변경:
start_periodintervalretriesChanged Files
conf/docker/docker-compose.yaml