VictoriaMetrics/app/vmalert
Roman Khavronenko b13c363f12
app/vmalert: add examples for source override (#6561)
The change adds a new docs section with examples on how source can be
overridden. It should address questions like
https://github.com/VictoriaMetrics/VictoriaMetrics/issues/6536

While there, fix the example in `external.alert.source` cmd-line flag
and docker-compose examples.

### Checklist

The following checks are **mandatory**:

- [x] My change adheres [VictoriaMetrics contributing
guidelines](https://docs.victoriametrics.com/contributing/).

---------

Signed-off-by: hagen1778 <roman@victoriametrics.com>
(cherry picked from commit c429bbf889)
2024-07-05 09:49:03 +02:00
..
config vmalert-tool: support file path with hierarchical patterns and regexp… (#6501) 2024-06-18 14:17:42 +02:00
datasource chore: follow-up after c740a8042e 2024-06-03 11:53:37 +02:00
deployment app/vmalert: include it into the next release 2020-04-28 00:11:41 +03:00
multiarch deployment: build image for vmagent streamaggr benchmark (#6515) 2024-06-24 16:29:14 +02:00
notifier app/vmalert: fix VMAlert oauth2 error (#6478) 2024-06-14 15:21:30 +02:00
remoteread app/vmalert: adds idleConnTimeout flags and retry trivial network errors (#6382) 2024-06-03 11:52:58 +02:00
remotewrite app/vmalert: follow-up bc37b279aa 2024-06-20 15:15:58 +02:00
rule app/vmalert/rule: reduce number of allocations for getStaleSeries fn (#6269) 2024-05-16 09:35:51 +02:00
static app/vmalert: fix links with anchors in vmalert's UI (#6146) 2024-04-22 15:05:23 +02:00
templates all: fix golangci-lint(revive) warnings after 0c0ed61ce7 2024-04-03 03:00:45 +03:00
tpl app/vmalert: show on UI groups error after reload config (#4543) 2023-07-06 22:11:36 -07:00
utils app/vmbackup: support client-side TLS configuration for create/delete snapshot API (#5738) 2024-02-08 15:58:34 +01:00
main.go app/vmalert: add examples for source override (#6561) 2024-07-05 09:49:03 +02:00
main_test.go all: use Gauge instead of Counter for *_config_last_reload_successful metrics 2023-12-20 14:25:44 +02:00
Makefile Add build support for loong64 (#6222) 2024-05-10 14:32:05 +02:00
manager.go app/vmalert: fix data race during hot-config reload (#5698) 2024-01-26 22:43:02 +01:00
manager_test.go vmalert-tool: implement unittest (#4789) 2023-10-16 14:12:06 +02:00
README.md all: replace old https://docs.victoriametrics.com/vmalert.html url with the new one - https://docs.victoriametrics.com/vmalert/ 2024-04-18 01:44:54 +02:00
replay.go app/vmalert: fix typo in replay error handling 2024-06-20 15:15:59 +02:00
replay_test.go vmalert: exit replay mode with non-zero code if generated samples are… (#6513) 2024-06-20 14:00:19 +02:00
web.go app/vmalert: fixed path prefixes for system routes (#6435) 2024-06-14 14:14:54 +02:00
web.qtpl app/vmalert: follow-up after b60dcbe11f 2024-02-20 13:35:02 +01:00
web.qtpl.go app/vmalert: follow-up after b60dcbe11f 2024-02-20 13:35:02 +01:00
web_test.go all: fix golangci-lint(revive) warnings after 0c0ed61ce7 2024-04-03 03:00:45 +03:00
web_types.go app/vmalert: support filtering for /api/v1/rule like Prometheus does (#5787) 2024-02-09 14:36:15 +01:00
web_types_test.go vmalert-tool: implement unittest (#4789) 2023-10-16 14:12:06 +02:00

See vmalert docs here.

vmalert docs can be edited at docs/vmalert.md.