@@ -142,7 +142,7 @@ Full relabelling is planned to be done in future and is tracked here: https://gi
142142usage: thanos rule [<flags>]
143143
144144ruler evaluating Prometheus rules against given Query nodes, exposing Store API
145- and storing old blocks in bucket
145+ and storing old blocks in bucke
146146
147147Flags:
148148 -h, --help Show context-sensitive help (also try
@@ -171,8 +171,8 @@ Flags:
171171 --grpc-server-tls-key="" TLS Key for the gRPC server, leave blank to
172172 disable TLS
173173 --grpc-server-tls-client-ca=""
174- TLS CA to verify clients against. If no client
175- CA is specified, there is no client
174+ TLS CA to verify clients against. If no clien
175+ CA is specified, there is no clien
176176 verification on server side. (tls.NoClientCert)
177177 --grpc-advertise-address=GRPC-ADVERTISE-ADDRESS
178178 Explicit (external) host:port address to
@@ -197,7 +197,7 @@ Flags:
197197 --cluster.pushpull-interval=<push-pull interval>
198198 Interval for gossip state syncs. Setting this
199199 interval lower (more frequent) will increase
200- convergence speeds across larger clusters at
200+ convergence speeds across larger clusters a
201201 the expense of increased bandwidth usage.
202202 Default is used from a specified network-type.
203203 --cluster.refresh-interval=1m
@@ -227,18 +227,18 @@ Flags:
227227 --tsdb.retention=48h Block retention time on local disk.
228228 --alertmanagers.url=ALERTMANAGERS.URL ...
229229 Alertmanager replica URLs to push firing
230- alerts. Ruler claims success if push to at
230+ alerts. Ruler claims success if push to a
231231 least one alertmanager from discovered
232232 succeeds. The scheme may be prefixed with
233233 ' dns+' or 'dnssrv+' to detect Alertmanager IPs
234- through respective DNS lookups. The port
234+ through respective DNS lookups. The por
235235 defaults to 9093 or the SRV record's value. The
236236 URL path is used as a prefix for the regular
237237 Alertmanager API path.
238238 --alertmanagers.send-timeout=10s
239239 Timeout for sending alerts to alertmanager
240240 --alert.query-url=ALERT.QUERY-URL
241- The external Thanos Query URL that would be set
241+ The external Thanos Query URL that would be se
242242 in all alerts 'Source' field
243243 --alert.label-drop=ALERT.LABEL-DROP ...
244244 Labels by name to drop before sending to
@@ -249,7 +249,7 @@ Flags:
249249 thanos UI to be served on a sub-path. This
250250 option is analogous to --web.route-prefix of
251251 Promethus.
252- --web.external-prefix="" Static prefix for all HTML links and redirect
252+ --web.external-prefix="" Static prefix for all HTML links and redirec
253253 URLs in the UI query web interface. Actual
254254 endpoints are still served on / or the
255255 web.route-prefix. This allows thanos UI to be
@@ -276,7 +276,7 @@ Flags:
276276 Object store configuration in YAML.
277277 --query=<query> ... Addresses of statically configured query API
278278 servers (repeatable). The scheme may be
279- prefixed with 'dns+' or 'dnssrv+' to detect
279+ prefixed with 'dns+' or 'dnssrv+' to detec
280280 query API servers through respective DNS
281281 lookups.
282282 --query.sd-files=<path> ...
0 commit comments