add 1.8.0 notes to changelog (#5616)

* add 1.8.0 notes to changelog

* added release date

* MAD internal link

* monitoring health deprecation
This commit is contained in:
Daria Karavaieva 2024-01-22 23:51:12 +01:00 committed by GitHub
parent b606521745
commit ffaf48b99e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 2 deletions

View File

@ -25,6 +25,14 @@ Please find [launch instructions here](/anomaly-detection/overview.html#run-vman
# tip
## v1.8.0
Released: 2024-01-15
- FEATURE: Added Univariate [MAD (median absolute deviation)](/anomaly-detection/components/models.md#mad-median-absolute-deviation) model support.
- IMPROVEMENT: Update Python to 3.12.1 and all the dependencies.
- IMPROVEMENT: Don't check /health endpoint, check the real /query_range or /import endpoints directly. Users kept getting problems with /health.
- DEPRECATION: "health_path" param is deprecated and doesn't do anything in config ([reader](/anomaly-detection/components/reader.html#vm-reader), [writer](/anomaly-detection/components/writer.html#vm-writer), [monitoring.push](/anomaly-detection/components/monitoring.html#push-config-parameters)).
## v1.7.2
Released: 2023-12-21
- FIX: fit/infer calls are now skipped if we have insufficient *valid* data to run on.

View File

@ -63,7 +63,7 @@ There are 2 models to monitor VictoriaMetrics Anomaly Detection behavior - [push
<tr>
<td><code>health_path</code></td>
<td><code>"health"</code></td>
<td>Absolute, to override <code>/health</code> path</td>
<td>Deprecated since <a href="https://docs.victoriametrics.com/anomaly-detection/CHANGELOG.html#v180">v1.8.0</a>. Absolute, to override <code>/health</code> path</td>
</tr>
<tr>
<td><code>user</code></td>
@ -100,7 +100,6 @@ monitoring:
push:
url: "http://localhost:8480/"
tenant_id: "0:0" # For cluster version only
health_path: "health"
user: "USERNAME"
password: "PASSWORD"
timeout: "5s"