You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Usage: "The TCP network `address` where the metrics HTTP server will listen (example: `:8080`). The default is the empty string, which means the server is disabled.",
103
+
Destination: &flags.httpEndpoint,
104
+
EnvVars: []string{"HTTP_ENDPOINT"},
105
+
},
106
+
&cli.StringFlag{
107
+
Name: "metrics-path",
108
+
Usage: "The HTTP `path` where Prometheus metrics are exposed, disabled if empty.",
109
+
Value: "/metrics",
110
+
Destination: &flags.metricsPath,
111
+
EnvVars: []string{"METRICS_PATH"},
112
+
},
98
113
&cli.StringFlag{
99
114
Name: "cdi-root",
100
115
Usage: "Absolute path to the directory where CDI files will be generated.",
0 commit comments