File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -436,9 +436,8 @@ OPTIONS:
436436 endpoint. (default: false, ie disable metrics)
437437 [$BAZEL_REMOTE_ENABLE_ENDPOINT_METRICS]
438438
439- --http_metrics_prefix Prefix HTTP metrics names with `bazel_remote`
440- (default: false, ie no prefix)
441- [$BAZEL_REMOTE_HTTP_METRICS_PREFIX]
439+ --http_metrics_prefix Whether to prefix http metrics with "bazel_remote"
440+ or not (default: false, ie no prefix) [$BAZEL_REMOTE_HTTP_METRICS_PREFIX]
442441
443442 --experimental_remote_asset_api Whether to enable the experimental remote
444443 asset API implementation. (default: false, ie disable remote asset API)
Original file line number Diff line number Diff line change @@ -489,7 +489,7 @@ func GetCliFlags() []cli.Flag {
489489 },
490490 & cli.BoolFlag {
491491 Name : "http_metrics_prefix" ,
492- Usage : "Whether to prefix http metrics with ` bazel_remote` or not" ,
492+ Usage : "Whether to prefix http metrics with \" bazel_remote\" or not" ,
493493 DefaultText : "false, ie no prefix" ,
494494 EnvVars : []string {"BAZEL_REMOTE_HTTP_METRICS_PREFIX" },
495495 },
You can’t perform that action at this time.
0 commit comments