Skip to content

Commit cffe437

Browse files
Merge pull request #2098 change node healthcheck from EKG to Prometheus
fix(docker): change node healthcheck from EKG to Prometheus
2 parents bd5a9b7 + bcc607a commit cffe437

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ services:
4343
healthcheck:
4444
# Ping the EKG port to see if it responds.
4545
# Assuming if EKG isn't up then the rest of cardano-node isn't either.
46-
test: ["CMD-SHELL", "curl -f 127.0.0.1:12788 || exit 1"]
46+
test: ["CMD-SHELL", "curl -f 127.0.0.1:12798/metrics || exit 1"]
4747
interval: 60s
4848
timeout: 10s
4949
retries: 5

0 commit comments

Comments
 (0)