Skip to content

Commit 4d40aed

Browse files
committed
Mark metrics as experimental.:
Signed-off-by: Tom Wilkie <[email protected]>
1 parent 9bde0c4 commit 4d40aed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/cloud_sql_proxy/cloud_sql_proxy.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ You may set the GOOGLE_APPLICATION_CREDENTIALS environment variable for the same
9494
// Setting to choose what API to connect to
9595
host = flag.String("host", "", "When set, the proxy uses this host as the base API path. Example: https://sqladmin.googleapis.com")
9696

97-
metricsListenAddr = flag.String("metrics_listen_address", ":9757", "Address to serve metric on.")
97+
metricsListenAddr = flag.String("metrics_listen_address", ":9757", "Address to serve metric on [EXPERIMENTAL].")
9898
)
9999

100100
const (

0 commit comments

Comments
 (0)