mirror of
https://github.com/prometheus/prometheus
synced 2025-01-13 18:33:34 +00:00
Merge pull request #1089 from prometheus/more-verbose-external-url-help
Make -web.external-url help string more verbose.
This commit is contained in:
commit
c42035abff
@ -76,7 +76,7 @@ func init() {
|
|||||||
)
|
)
|
||||||
cfg.fs.StringVar(
|
cfg.fs.StringVar(
|
||||||
&cfg.prometheusURL, "web.external-url", "",
|
&cfg.prometheusURL, "web.external-url", "",
|
||||||
"The URL under which Prometheus is externally reachable (for example, if Prometheus is served via a reverse proxy). Used for generating relative and absolute links back to Prometheus itself. If omitted, relevant URL components will be derived automatically.",
|
"The URL under which Prometheus is externally reachable (for example, if Prometheus is served via a reverse proxy). Used for generating relative and absolute links back to Prometheus itself. If the URL has a path portion, it will be used to prefix all HTTP endpoints served by Prometheus. If omitted, relevant URL components will be derived automatically.",
|
||||||
)
|
)
|
||||||
cfg.fs.StringVar(
|
cfg.fs.StringVar(
|
||||||
&cfg.web.MetricsPath, "web.telemetry-path", "/metrics",
|
&cfg.web.MetricsPath, "web.telemetry-path", "/metrics",
|
||||||
|
Loading…
Reference in New Issue
Block a user