We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfb63f5 commit 4c7c0daCopy full SHA for 4c7c0da
1 file changed
docs/cmd/cloud-sql-proxy_wait.md
@@ -23,13 +23,14 @@ Configuration
23
24
By default, the Proxy will wait up to the maximum time for the startup
25
endpoint to respond. The wait command requires that the Proxy be started in
26
- another process with the HTTP health check enabled. If an alternate health
+ another process with the HTTP health check or prometheus enabled. If an alternate health
27
check port or address is used, as in:
28
29
./cloud-sql-proxy <INSTANCE_CONNECTION_NAME> \
30
--http-address 0.0.0.0 \
31
--http-port 9191
32
-
+ --health-check
33
+
34
Then the wait command must also be told to use the same custom values:
35
36
./cloud-sql-proxy wait \
0 commit comments