Skip to content

Commit

Permalink
Make reference-help
Browse files Browse the repository at this point in the history
  • Loading branch information
alexweav committed Nov 25, 2024
1 parent e107e0b commit c66d334
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions cmd/mimir/config-descriptor.json
Original file line number Diff line number Diff line change
Expand Up @@ -12378,7 +12378,7 @@
"kind": "field",
"name": "token_url",
"required": false,
"desc": "Endpoint used to fetch access token from.",
"desc": "Endpoint used to fetch access token.",
"fieldValue": null,
"fieldDefaultValue": "",
"fieldFlag": "ruler.alertmanager-client.oauth.token_url",
Expand All @@ -12402,7 +12402,7 @@
"kind": "field",
"name": "proxy_url",
"required": false,
"desc": "Optional HTTP, HTTPS via CONNECT, or SOCKS5 proxy URL to route requests through. Applies to all requests, including infra like oauth token requests.",
"desc": "Optional HTTP, HTTPS via CONNECT, or SOCKS5 proxy URL to route requests through. Applies to all requests, including auxiliary traffic such as OAuth token requests.",
"fieldValue": null,
"fieldDefaultValue": "",
"fieldFlag": "ruler.alertmanager-client.proxy-url",
Expand Down
4 changes: 2 additions & 2 deletions cmd/mimir/help-all.txt.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -2828,9 +2828,9 @@ Usage of ./cmd/mimir/mimir:
-ruler.alertmanager-client.oauth.scopes string
Optional scopes to include with the token request.
-ruler.alertmanager-client.oauth.token_url string
Endpoint used to fetch access token from.
Endpoint used to fetch access token.
-ruler.alertmanager-client.proxy-url string
Optional HTTP, HTTPS via CONNECT, or SOCKS5 proxy URL to route requests through. Applies to all requests, including infra like oauth token requests.
Optional HTTP, HTTPS via CONNECT, or SOCKS5 proxy URL to route requests through. Applies to all requests, including auxiliary traffic such as OAuth token requests.
-ruler.alertmanager-client.tls-ca-path string
Path to the CA certificates to validate server certificate against. If not set, the host's root CA certificates are used.
-ruler.alertmanager-client.tls-cert-path string
Expand Down
2 changes: 1 addition & 1 deletion cmd/mimir/help.txt.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -718,7 +718,7 @@ Usage of ./cmd/mimir/mimir:
-ruler.alertmanager-client.oauth.scopes string
Optional scopes to include with the token request.
-ruler.alertmanager-client.oauth.token_url string
Endpoint used to fetch access token from.
Endpoint used to fetch access token.
-ruler.alertmanager-url string
Comma-separated list of URL(s) of the Alertmanager(s) to send notifications to. Each URL is treated as a separate group. Multiple Alertmanagers in HA per group can be supported by using DNS service discovery format, comprehensive of the scheme. Basic auth is supported as part of the URL.
-ruler.enable-api
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1961,7 +1961,7 @@ alertmanager_client:
# CLI flag: -ruler.alertmanager-client.oauth.client_secret
[client_secret: <string> | default = ""]
# Endpoint used to fetch access token from.
# Endpoint used to fetch access token.
# CLI flag: -ruler.alertmanager-client.oauth.token_url
[token_url: <string> | default = ""]
Expand All @@ -1970,8 +1970,8 @@ alertmanager_client:
[scopes: <list of strings> | default = []]
# (advanced) Optional HTTP, HTTPS via CONNECT, or SOCKS5 proxy URL to route
# requests through. Applies to all requests, including infra like oauth token
# requests.
# requests through. Applies to all requests, including auxiliary traffic such
# as OAuth token requests.
# CLI flag: -ruler.alertmanager-client.proxy-url
[proxy_url: <string> | default = ""]
Expand Down

0 comments on commit c66d334

Please sign in to comment.