version 1.9.1 update, dashboard viz flag (#5704)

This commit is contained in:
Daria Karavaieva 2024-01-27 14:16:02 +01:00 committed by GitHub
parent 0ed291102d
commit 4a9f8f4cb0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 5 additions and 5 deletions

View file

@ -73,7 +73,7 @@ services:
restart: always restart: always
vmanomaly: vmanomaly:
container_name: vmanomaly container_name: vmanomaly
image: victoriametrics/vmanomaly:v1.8.0 image: victoriametrics/vmanomaly:v1.9.1
depends_on: depends_on:
- "victoriametrics" - "victoriametrics"
ports: ports:

View file

@ -140,7 +140,7 @@
"value": { "value": {
"legend": false, "legend": false,
"tooltip": false, "tooltip": false,
"viz": true "viz": false
} }
} }
] ]

View file

@ -217,7 +217,7 @@ This will expose metrics at `http://0.0.0.0:8080/metrics` page.
To use *vmanomaly* you need to pull docker image: To use *vmanomaly* you need to pull docker image:
```sh ```sh
docker pull victoriametrics/vmanomaly:1.7.2 docker pull victoriametrics/vmanomaly:1.9.1
``` ```
> Note: please check what is latest release in [CHANGELOG](/anomaly-detection/CHANGELOG.html) > Note: please check what is latest release in [CHANGELOG](/anomaly-detection/CHANGELOG.html)
@ -227,7 +227,7 @@ docker pull victoriametrics/vmanomaly:1.7.2
You can put a tag on it for your convinience: You can put a tag on it for your convinience:
```sh ```sh
docker image tag victoriametrics/vmanomaly:1.7.2 vmanomaly docker image tag victoriametrics/vmanomaly:1.9.1 vmanomaly
``` ```
Here is an example of how to run *vmanomaly* docker container with [license file](#licensing): Here is an example of how to run *vmanomaly* docker container with [license file](#licensing):

View file

@ -400,7 +400,7 @@ services:
restart: always restart: always
vmanomaly: vmanomaly:
container_name: vmanomaly container_name: vmanomaly
image: victoriametrics/vmanomaly:v1.8.0 image: victoriametrics/vmanomaly:v1.9.1
depends_on: depends_on:
- "victoriametrics" - "victoriametrics"
ports: ports: