|
|
@ -926,8 +926,8 @@ var ( |
|
|
|
// to enable a public-OK metrics endpoint without having to worry about ALSO exposing
|
|
|
|
// to enable a public-OK metrics endpoint without having to worry about ALSO exposing
|
|
|
|
// other profiling behavior or information.
|
|
|
|
// other profiling behavior or information.
|
|
|
|
MetricsHTTPFlag = &cli.StringFlag{ |
|
|
|
MetricsHTTPFlag = &cli.StringFlag{ |
|
|
|
Name: "metrics.addr", |
|
|
|
Name: "metrics.addr", |
|
|
|
Usage: `Enable stand-alone metrics HTTP server listening interface.`, |
|
|
|
Usage: `Enable stand-alone metrics HTTP server listening interface.`, |
|
|
|
Category: flags.MetricsCategory, |
|
|
|
Category: flags.MetricsCategory, |
|
|
|
} |
|
|
|
} |
|
|
|
MetricsPortFlag = &cli.IntFlag{ |
|
|
|
MetricsPortFlag = &cli.IntFlag{ |
|
|
|