Fred Navruzov
|
7f99d9654b
|
docs/vmanomaly: release v1.29.4 (#10963)
Update anomaly detection docs to release `v1.29.4`
|
2026-05-16 09:55:12 +03:00 |
|
Fred Navruzov
|
6c1534c7b1
|
docs/vmanomaly: update visual assets and formulations (#10859)
Update vmanomaly visual assets and improve clarification on allowed
datasources
|
2026-04-21 19:46:44 +03:00 |
|
Fred Navruzov
|
b3054bbadd
|
docs/vmanomaly-v1.29.3 (#10832)
### Describe Your Changes
Update vmanomaly docs to v1.29.3
### Checklist
The following checks are **mandatory**:
- [x] My change adheres to [VictoriaMetrics contributing
guidelines](https://docs.victoriametrics.com/victoriametrics/contributing/#pull-request-checklist).
- [x] My change adheres to [VictoriaMetrics development
goals](https://docs.victoriametrics.com/victoriametrics/goals/).
|
2026-04-16 17:34:25 +03:00 |
|
Fred Navruzov
|
3e51f277bd
|
docs/vmanomaly: v1.29.2 (#10741)
update docs to vmanomaly v1.29.2 release
Signed-off-by: Fred Navruzov <fred-navruzov@users.noreply.github.com>
|
2026-04-02 22:02:26 +03:00 |
|
Fred Navruzov
|
f1f70e976e
|
docs/vmanomaly: fix typos in min rel dev param (#10708)
Fix a typo in the changed example for minimal relative deviation
|
2026-03-27 07:24:24 +02:00 |
|
Fred Navruzov
|
5aa0a75ff8
|
docs/vmanomaly-release-v1.29.1 (#10707)
some of the docs not included in v1.29.1 docs' release
Signed-off-by: Fred Navruzov <fred-navruzov@users.noreply.github.com>
|
2026-03-26 22:32:00 +02:00 |
|
Fred Navruzov
|
c57ea02564
|
docs/vmanomaly: release v1.29.1 (#10703)
### Describe Your Changes
vmanomaly docs upgrade to v1.29.1 (including AI assistance providers and
respective section rework on UI page)
### Checklist
The following checks are **mandatory**:
- [x] My change adheres to [VictoriaMetrics contributing
guidelines](https://docs.victoriametrics.com/victoriametrics/contributing/#pull-request-checklist).
- [x] My change adheres to [VictoriaMetrics development
goals](https://docs.victoriametrics.com/victoriametrics/goals/).
|
2026-03-25 19:31:14 +02:00 |
|
Max Kotliar
|
5983d27b00
|
Revert "docs/anomaly-detection: remove vmanomaly docs from vm repo"
This reverts commit d36f7b6b49.
|
2026-03-25 19:30:21 +02:00 |
|
Max Kotliar
|
d36f7b6b49
|
docs/anomaly-detection: remove vmanomaly docs from vm repo
vmanomaly docs should be updated via PRs to vmdocs repo. There is no
need to merge them here and cherry-pick through all branches.
|
2026-03-25 19:17:24 +02:00 |
|
Arie Heinrich
|
66d47f23e4
|
docs: spelling fixes (#10649)
fix spelling in docs (potential removal of empty spaces as default)
### Checklist
The following checks are **mandatory**:
- [x] My change adheres to [VictoriaMetrics contributing
guidelines](https://docs.victoriametrics.com/victoriametrics/contributing/#pull-request-checklist).
- [x] My change adheres to [VictoriaMetrics development
goals](https://docs.victoriametrics.com/victoriametrics/goals/).
---------
Signed-off-by: Arie Heinrich <arie.heinrich@outlook.com>
Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
|
2026-03-16 11:11:25 +01:00 |
|
Fred Navruzov
|
eb34bdd8d9
|
docs/vmanomaly - release v1.29.0 (#10620)
### Describe Your Changes
Documentation updates following `v1.29.0` release of `vmanomaly`
### Checklist
The following checks are **mandatory**:
- [x] My change adheres to [VictoriaMetrics contributing
guidelines](https://docs.victoriametrics.com/victoriametrics/contributing/#pull-request-checklist).
- [x] My change adheres to [VictoriaMetrics development
goals](https://docs.victoriametrics.com/victoriametrics/goals/).
|
2026-03-10 19:41:46 +02:00 |
|
Max Kotliar
|
f8552bdc96
|
docs: bump version to v1.137.0
Signed-off-by: Max Kotliar <mkotlyar@victoriametrics.com>
|
2026-03-02 16:11:54 +02:00 |
|
Fred Navruzov
|
2ef74bd6ea
|
docs/vmanomaly - strip bad chars from filenames (#10525)
### Describe Your Changes
Strip spaces and `=` from filenames as suggested in #10522
now
```shellhelp
find ./docs |egrep '[ =]'
```
returns no such files
### Checklist
The following checks are **mandatory**:
- [x] My change adheres to [VictoriaMetrics contributing
guidelines](https://docs.victoriametrics.com/victoriametrics/contributing/#pull-request-checklist).
- [x] My change adheres to [VictoriaMetrics development
goals](https://docs.victoriametrics.com/victoriametrics/goals/).
|
2026-02-24 10:05:48 +02:00 |
|
Max Kotliar
|
a3f955dd84
|
docs: bump version to v1.136.0
|
2026-02-16 17:43:31 +02:00 |
|
Fred Navruzov
|
9df9a77169
|
docs/vmanomaly: fix-non-canonical-url-reader-docs (#10444)
### Describe Your Changes
fix non-canonical link to MetricsQL
### Checklist
The following checks are **mandatory**:
- [x] My change adheres to [VictoriaMetrics contributing
guidelines](https://docs.victoriametrics.com/victoriametrics/contributing/#pull-request-checklist).
- [x] My change adheres to [VictoriaMetrics development
goals](https://docs.victoriametrics.com/victoriametrics/goals/).
|
2026-02-11 13:06:04 +02:00 |
|
Fred Navruzov
|
a65f693649
|
docs/vmanomaly: fix iframe params (#10421)
### Describe Your Changes
fix iframe params in embedded playgrounds on /anomaly-detection/ui/ ,
anomaly-detection/quickstart/ pages
### Checklist
The following checks are **mandatory**:
- [x] My change adheres to [VictoriaMetrics contributing
guidelines](https://docs.victoriametrics.com/victoriametrics/contributing/#pull-request-checklist).
- [x] My change adheres to [VictoriaMetrics development
goals](https://docs.victoriametrics.com/victoriametrics/goals/).
|
2026-02-10 12:41:38 +02:00 |
|
Fred Navruzov
|
f7ba76a59d
|
docs/vmanomaly: v1.28.6-1.28.7 (#10419)
### Describe Your Changes
- Updated docs to reflect v1.28.6-v1.28.7 changes
- Fixed typos and misaligned section content
- Embedded playgrounds into documentation (data querying, vmanomaly
experiment)
### Checklist
The following checks are **mandatory**:
- [x] My change adheres to [VictoriaMetrics contributing
guidelines](https://docs.victoriametrics.com/victoriametrics/contributing/#pull-request-checklist).
- [x] My change adheres to [VictoriaMetrics development
goals](https://docs.victoriametrics.com/victoriametrics/goals/).
|
2026-02-10 10:20:43 +02:00 |
|
Max Kotliar
|
d2e438ef41
|
docs: bump version to v1.135.0
|
2026-02-02 18:38:03 +02:00 |
|
f41gh7
|
bc8f6c5688
|
docs: point examples to the v1.134.0 release
|
2026-01-19 14:28:00 +01:00 |
|
Fred Navruzov
|
ede1c2cde9
|
docs/vmanomaly: release v1.28.5 (#10311)
### Describe Your Changes
- Adjusted vmanomaly docs for v1.28.5
- Added missing `server` page at /anomaly-detection/components/server
### Checklist
The following checks are **mandatory**:
- [x] My change adheres to [VictoriaMetrics contributing
guidelines](https://docs.victoriametrics.com/victoriametrics/contributing/#pull-request-checklist).
- [x] My change adheres to [VictoriaMetrics development
goals](https://docs.victoriametrics.com/victoriametrics/goals/).
|
2026-01-17 21:52:48 +02:00 |
|
Fred Navruzov
|
8fec7005d0
|
docs/vmanomaly-release-v1.28.4 (#10283)
### Describe Your Changes
Docs upgrades, including v1.28.4 adjustments, some diagrams refinement
and deprecations
### Checklist
The following checks are **mandatory**:
- [x] My change adheres to [VictoriaMetrics contributing
guidelines](https://docs.victoriametrics.com/victoriametrics/contributing/#pull-request-checklist).
- [x] My change adheres to [VictoriaMetrics development
goals](https://docs.victoriametrics.com/victoriametrics/goals/).
|
2026-01-13 15:32:03 +02:00 |
|
Fred Navruzov
|
50d8ad6733
|
docs/vmanomaly-release-v1.28.3 (#10258)
### Describe Your Changes
Docs update for vmanomaly v1.28.3 release + `retention` doc section for
model artifacts
### Checklist
The following checks are **mandatory**:
- [x] My change adheres to [VictoriaMetrics contributing
guidelines](https://docs.victoriametrics.com/victoriametrics/contributing/#pull-request-checklist).
- [x] My change adheres to [VictoriaMetrics development
goals](https://docs.victoriametrics.com/victoriametrics/goals/).
|
2026-01-07 20:40:32 +02:00 |
|
Artem Fetishev
|
7a5003212e
|
docs: bump VictoriaMetrics components version
Signed-off-by: Artem Fetishev <rtm@victoriametrics.com>
|
2026-01-05 19:22:53 +01:00 |
|
f41gh7
|
9ce548dcb5
|
docs: update release version to latest
|
2025-12-15 10:37:35 +01:00 |
|
Fred Navruzov
|
ff0aaa38b7
|
docs/vmanomaly: release v1.28.2 (#10160)
### Describe Your Changes
Update docs and assets (visualizations) for /anomaly-detection section
with `v1.28.2` release
### Checklist
The following checks are **mandatory**:
- [x] My change adheres to [VictoriaMetrics contributing
guidelines](https://docs.victoriametrics.com/victoriametrics/contributing/#pull-request-checklist).
- [x] My change adheres to [VictoriaMetrics development
goals](https://docs.victoriametrics.com/victoriametrics/goals/).
|
2025-12-11 20:56:59 +02:00 |
|
Fred Navruzov
|
70eb9d39d5
|
docs/vmanomaly: release v1.28.1 (#10111)
### Describe Your Changes
Updates of docs and examples to `vmanomaly` v1.28.1
### Checklist
The following checks are **mandatory**:
- [x] My change adheres to [VictoriaMetrics contributing
guidelines](https://docs.victoriametrics.com/victoriametrics/contributing/#pull-request-checklist).
- [x] My change adheres to [VictoriaMetrics development
goals](https://docs.victoriametrics.com/victoriametrics/goals/).
|
2025-12-02 21:08:17 +02:00 |
|
Zakhar Bessarab
|
f0dafacfd3
|
docs: update references to the latest release
|
2025-12-01 21:15:13 +04:00 |
|
Fred Navruzov
|
951331db80
|
docs/vmanomaly: release v1.28.0 (#10031)
### Describe Your Changes
Upgraded vmanomaly docs & guides to release v1.28.0 (UI v1.2.0)
### Checklist
The following checks are **mandatory**:
- [x] My change adheres to [VictoriaMetrics contributing
guidelines](https://docs.victoriametrics.com/victoriametrics/contributing/#pull-request-checklist).
- [x] My change adheres to [VictoriaMetrics development
goals](https://docs.victoriametrics.com/victoriametrics/goals/).
|
2025-11-18 21:47:03 +02:00 |
|
Artem Fetishev
|
c972d70f00
|
docs: update VictoriaMetrics components version to v1.130.0
Signed-off-by: Artem Fetishev <rtm@victoriametrics.com>
|
2025-11-17 22:03:17 +01:00 |
|
Andrii Chubatiuk
|
a84586a246
|
docs: update grafana plugin links, move root file to plugins repo (#10001)
### Describe Your Changes
update victorialogs grafana plugin links, moved root plugin file to
plugin repo
### Checklist
The following checks are **mandatory**:
- [ ] My change adheres to [VictoriaMetrics contributing
guidelines](https://docs.victoriametrics.com/victoriametrics/contributing/#pull-request-checklist).
- [ ] My change adheres to [VictoriaMetrics development
goals](https://docs.victoriametrics.com/victoriametrics/goals/).
|
2025-11-13 15:00:14 +02:00 |
|
Fred Navruzov
|
22158b7272
|
docs/vmanomaly: patch release v1.27.1 (#9964)
### Describe Your Changes
Patch release doc updates (v1.27.1)
### Checklist
The following checks are **mandatory**:
- [x] My change adheres to [VictoriaMetrics contributing
guidelines](https://docs.victoriametrics.com/victoriametrics/contributing/#pull-request-checklist).
- [x] My change adheres to [VictoriaMetrics development
goals](https://docs.victoriametrics.com/victoriametrics/goals/).
|
2025-11-06 14:17:18 +02:00 |
|
f41gh7
|
780cb1bf05
|
docs: mention latest v1.129.1 release
|
2025-11-04 18:07:57 +03:00 |
|
Fred Navruzov
|
5a8d7984ca
|
docs/vmanomaly: release v1.27.0 (#9954)
### Describe Your Changes
Docs update to follow vmanomaly's release v1.27.0, including:
- UI page update (changelogs, auth, new screenshots)
- Migration guide addition
- Cross-references of the above and version bumps
### Checklist
The following checks are **mandatory**:
- [x] My change adheres to [VictoriaMetrics contributing
guidelines](https://docs.victoriametrics.com/victoriametrics/contributing/#pull-request-checklist).
- [x] My change adheres to [VictoriaMetrics development
goals](https://docs.victoriametrics.com/victoriametrics/goals/).
|
2025-11-04 10:22:20 +04:00 |
|
Zakhar Bessarab
|
57752ca2c0
|
docs: update VM version to v1.129.0
Signed-off-by: Zakhar Bessarab <z.bessarab@victoriametrics.com>
|
2025-11-03 16:55:32 +04:00 |
|
Max Kotliar
|
be7039429d
|
docs: bump latest version in docs
|
2025-10-21 10:58:47 +03:00 |
|
Rishub
|
e32b1ba6a5
|
Fix docker pull command for vmanomaly images (#9870)
### Describe Your Changes
The docker-hub image url was also set to quay.io changed it back to
docker.
### Checklist
The following checks are **mandatory**:
- [x] My change adheres to [VictoriaMetrics contributing
guidelines](https://docs.victoriametrics.com/victoriametrics/contributing/#pull-request-checklist).
- [x] My change adheres to [VictoriaMetrics development
goals](https://docs.victoriametrics.com/victoriametrics/goals/).
|
2025-10-17 14:06:49 +03:00 |
|
Fred Navruzov
|
5a29174b87
|
docs/vmanomaly: release v1.26.2 (#9841)
### Describe Your Changes
update the docs to forthcoming v1.26.2 patch release
⚠️ please do not merge upon approval before respective image tags
are live
### Checklist
The following checks are **mandatory**:
- [x] My change adheres to [VictoriaMetrics contributing
guidelines](https://docs.victoriametrics.com/victoriametrics/contributing/#pull-request-checklist).
- [x] My change adheres to [VictoriaMetrics development
goals](https://docs.victoriametrics.com/victoriametrics/goals/).
|
2025-10-09 10:06:58 +02:00 |
|
Fred Navruzov
|
ab89bbba5d
|
docs/vmanomaly: ui page formatting fixes (#9840)
### Describe Your Changes
ui page formatting fixes
### Checklist
The following checks are **mandatory**:
- [x] My change adheres to [VictoriaMetrics contributing
guidelines](https://docs.victoriametrics.com/victoriametrics/contributing/#pull-request-checklist).
- [x] My change adheres to [VictoriaMetrics development
goals](https://docs.victoriametrics.com/victoriametrics/goals/).
|
2025-10-08 20:15:05 +02:00 |
|
Fred Navruzov
|
748c49cc9d
|
docs/vmanomaly: release v1.26.1 (#9833)
### Describe Your Changes
release v1.26.1 docs updates
### Checklist
The following checks are **mandatory**:
- [x] My change adheres to [VictoriaMetrics contributing
guidelines](https://docs.victoriametrics.com/victoriametrics/contributing/#pull-request-checklist).
- [x] My change adheres to [VictoriaMetrics development
goals](https://docs.victoriametrics.com/victoriametrics/goals/).
|
2025-10-08 12:55:41 +02:00 |
|
Artem Fetishev
|
a88851f4a0
|
docs: bump latest version in docs
Signed-off-by: Artem Fetishev <rtm@victoriametrics.com>
|
2025-10-07 17:56:32 +02:00 |
|
Fred Navruzov
|
e198753f0d
|
docs/vmanomaly: canonical link formatting (p2) (#9822)
### Describe Your Changes
canonical link formatting (p2)
### Checklist
The following checks are **mandatory**:
- [x] My change adheres to [VictoriaMetrics contributing
guidelines](https://docs.victoriametrics.com/victoriametrics/contributing/#pull-request-checklist).
- [x] My change adheres to [VictoriaMetrics development
goals](https://docs.victoriametrics.com/victoriametrics/goals/).
|
2025-10-07 16:08:45 +02:00 |
|
Fred Navruzov
|
6b9fa21d30
|
docs/vmanomaly: fix links to canonical form (1) (#9819)
### Describe Your Changes
1st iteration of improving remaining non-canonical links
### Checklist
The following checks are **mandatory**:
- [x] My change adheres to [VictoriaMetrics contributing
guidelines](https://docs.victoriametrics.com/victoriametrics/contributing/#pull-request-checklist).
- [x] My change adheres to [VictoriaMetrics development
goals](https://docs.victoriametrics.com/victoriametrics/goals/).
|
2025-10-07 15:43:06 +02:00 |
|
Fred Navruzov
|
e7abdce0de
|
docs/vmanomaly: update schemas to v1.26.0 (#9813)
### Describe Your Changes
- update component schemas to v1.26.0;
- fix old ?highlight=... links format
### Checklist
The following checks are **mandatory**:
- [x] My change adheres to [VictoriaMetrics contributing
guidelines](https://docs.victoriametrics.com/victoriametrics/contributing/#pull-request-checklist).
- [x] My change adheres to [VictoriaMetrics development
goals](https://docs.victoriametrics.com/victoriametrics/goals/).
|
2025-10-07 08:48:45 +02:00 |
|
Fred Navruzov
|
7654536aab
|
docs/vmanomaly: typos and 404 after 1.26.0 release (#9800)
### Describe Your Changes
fixing broken links in UI/FAQ pages
### Checklist
The following checks are **mandatory**:
- [x] My change adheres to [VictoriaMetrics contributing
guidelines](https://docs.victoriametrics.com/victoriametrics/contributing/#pull-request-checklist).
- [x] My change adheres to [VictoriaMetrics development
goals](https://docs.victoriametrics.com/victoriametrics/goals/).
|
2025-10-02 21:04:19 +02:00 |
|
Fred Navruzov
|
901de22894
|
change page title from GUI to UI (#9799)
### Describe Your Changes
Fixing a typo in page name
### Checklist
The following checks are **mandatory**:
- [x] My change adheres to [VictoriaMetrics contributing
guidelines](https://docs.victoriametrics.com/victoriametrics/contributing/#pull-request-checklist).
- [x] My change adheres to [VictoriaMetrics development
goals](https://docs.victoriametrics.com/victoriametrics/goals/).
|
2025-10-02 17:40:42 +02:00 |
|
Fred Navruzov
|
96e514439d
|
docs/vmanomaly: release v1.26.0 (#9793)
### Describe Your Changes
Docs update for v1.26.0 release of `vmanomaly`, including vmui-like GUI
docs and `VLogsReader`
### Checklist
The following checks are **mandatory**:
- [x] My change adheres to [VictoriaMetrics contributing
guidelines](https://docs.victoriametrics.com/victoriametrics/contributing/#pull-request-checklist).
- [x] My change adheres to [VictoriaMetrics development
goals](https://docs.victoriametrics.com/victoriametrics/goals/).
|
2025-10-02 17:34:03 +02:00 |
|
Max Kotliar
|
b72bf6961d
|
docs: bump latest version in docs
|
2025-09-15 14:21:07 +03:00 |
|
Max Kotliar
|
84fc71e876
|
docs: reduce redirects in docs (#9711)
### Describe Your Changes
Please provide a brief description of the changes you made. Be as
specific as possible to help others understand the purpose and impact of
your modifications.
### Checklist
The following checks are **mandatory**:
- [ ] My change adheres to [VictoriaMetrics contributing
guidelines](https://docs.victoriametrics.com/victoriametrics/contributing/#pull-request-checklist).
- [ ] My change adheres to [VictoriaMetrics development
goals](https://docs.victoriametrics.com/victoriametrics/goals/).
|
2025-09-10 21:04:14 +03:00 |
|
Max Kotliar
|
26c920e738
|
docs: reduce redirect in docs
|
2025-09-10 14:20:37 +03:00 |
|
Max Kotliar
|
ebd736a30f
|
docs: add slash at the end to avoid redirect (#9705)
### Describe Your Changes
Add a slash at the end of the link to avoid redirects. Remove `.html` in
links.
P.S. While working on this one, I found that anchors to guides are
broken. I'll address them ina separate PR.
### Checklist
The following checks are **mandatory**:
- [ ] My change adheres to [VictoriaMetrics contributing
guidelines](https://docs.victoriametrics.com/victoriametrics/contributing/#pull-request-checklist).
- [ ] My change adheres to [VictoriaMetrics development
goals](https://docs.victoriametrics.com/victoriametrics/goals/).
|
2025-09-09 20:15:32 +03:00 |
|