MonkeyCanCode commented on code in PR #3603:
URL: https://github.com/apache/polaris/pull/3603#discussion_r2742884523
##########
getting-started/telemetry/docker-compose.yml:
##########
@@ -95,7 +95,7 @@ services:
environment:
- COLLECTOR_OTLP_ENABLED=true
healthcheck:
- test: "echo -e 'GET / HTTP/1.1\\r\\nHost: localhost\\r\\nConnection:
close\\r\\n\\r\\n' | nc localhost 16686 | grep -q '200 OK'"
+ test: ["CMD", "wget", "-qO-", "http://localhost:13133/status"]
Review Comment:
Yes, this is also documented in
https://www.jaegertracing.io/docs/2.14/deployment/
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]