Skip to content

Commit

Permalink
Automatic update CHANGELOGs and READMEs (#1159)
Browse files Browse the repository at this point in the history
  • Loading branch information
victoriametrics-bot authored Jul 19, 2024
1 parent 33ade27 commit 8f5c34e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 11 deletions.
9 changes: 9 additions & 0 deletions charts/victoria-metrics-anomaly/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

## Next release

- TODO

## 1.3.4

**Release date:** 2024-07-19

![AppVersion: v1.13.3](https://img.shields.io/static/v1?label=AppVersion&message=v1.13.3&color=success&logo=)
![Helm: v3](https://img.shields.io/static/v1?label=Helm&message=v3&color=informational&logo=helm)

- leave empty `schedulers` and `models` section to fix aliases error

## 1.3.3
Expand Down
15 changes: 4 additions & 11 deletions charts/victoria-metrics-anomaly/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Victoria Metrics Helm Chart for vmanomaly

![Version: 1.3.3](https://img.shields.io/badge/Version-1.3.3-informational?style=flat-square)
![Version: 1.3.4](https://img.shields.io/badge/Version-1.3.4-informational?style=flat-square)
[![Artifact Hub](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/victoriametrics)](https://artifacthub.io/packages/helm/victoriametrics/victoria-metrics-anomaly)
[![Slack](https://img.shields.io/badge/join%20slack-%23victoriametrics-brightgreen.svg)](https://slack.victoriametrics.com/)
[![GitHub license](https://img.shields.io/github/license/VictoriaMetrics/VictoriaMetrics.svg)](https://github.com/VictoriaMetrics/helm-charts/blob/master/LICENSE)
Expand Down Expand Up @@ -111,23 +111,16 @@ Change the values according to the need of the environment in ``victoria-metrics
|-----|------|---------|-------------|
| affinity | object | `{}` | Affinity configurations |
| annotations | object | `{}` | Annotations to be added to the deployment |
| config | object | `{"models":{"zscore_model":{"args":{},"class":"zscore"}},"preset":"","reader":{"class":"vm","datasource_url":"","queries":{},"sampling_period":"1m","tenant_id":""},"schedulers":{"1w_1m":{"class":"periodic","fit_every":"","fit_window":"","infer_every":""}},"writer":{"class":"vm","datasource_url":"","tenant_id":""}}` | Full [vmanomaly config section](https://docs.victoriametrics.com/anomaly-detection/components/) |
| config.models | object | `{"zscore_model":{"args":{},"class":"zscore"}}` | [Models section](https://docs.victoriametrics.com/anomaly-detection/components/models/) |
| config.models.zscore_model | object | `{"args":{},"class":"zscore"}` | Model alias |
| config.models.zscore_model.args | object | `{}` | Arguments specific to [model](https://docs.victoriametrics.com/anomaly-detection/components/models/) |
| config.models.zscore_model.class | string | `"zscore"` | Supported model classs by vmanomaly |
| config | object | `{"models":{},"preset":"","reader":{"class":"vm","datasource_url":"","queries":{},"sampling_period":"1m","tenant_id":""},"schedulers":{},"writer":{"class":"vm","datasource_url":"","tenant_id":""}}` | Full [vmanomaly config section](https://docs.victoriametrics.com/anomaly-detection/components/) |
| config.models | object | `{}` | [Models section](https://docs.victoriametrics.com/anomaly-detection/components/models/) |
| config.preset | string | `""` | Whether to use preset configuration. If not empty, preset name should be specified. |
| config.reader | object | `{"class":"vm","datasource_url":"","queries":{},"sampling_period":"1m","tenant_id":""}` | [Reader section](https://docs.victoriametrics.com/anomaly-detection/components/reader/) |
| config.reader.class | string | `"vm"` | Name of the class needed to enable reading from VictoriaMetrics or Prometheus. VmReader is the default option, if not specified. |
| config.reader.datasource_url | string | `""` | Datasource URL address. Required for example "http://single-victoria-metrics-single-server.default.svc.cluster.local:8428" or "http://cluster-victoria-metrics-cluster-vminsert.default.svc.cluster.local:8480/insert/" |
| config.reader.queries | object | `{}` | Required. PromQL/MetricsQL query to select data in format: QUERY_ALIAS: "QUERY". As accepted by "/query_range?query=%s". |
| config.reader.sampling_period | string | `"1m"` | Frequency of the points returned. Will be converted to "/query_range?step=%s" param (in seconds). **Required** since 1.9.0. |
| config.reader.tenant_id | string | `""` | For VictoriaMetrics Cluster version only, tenants are identified by accountID or accountID:projectID. See VictoriaMetrics Cluster multitenancy docs |
| config.schedulers | object | `{"1w_1m":{"class":"periodic","fit_every":"","fit_window":"","infer_every":""}}` | [Scheduler section](https://docs.victoriametrics.com/anomaly-detection/components/scheduler/) |
| config.schedulers.1w_1m.class | string | `"periodic"` | Scheduler class |
| config.schedulers.1w_1m.fit_every | string | `""` | How often to completely retrain the models. If missing value of infer_every is used and retrain on every inference run. |
| config.schedulers.1w_1m.fit_window | string | `""` | What time range to use for training the models. Must be at least 1 second. |
| config.schedulers.1w_1m.infer_every | string | `""` | How often a model will write its conclusions on newly added data. Must be at least 1 second. |
| config.schedulers | object | `{}` | [Scheduler section](https://docs.victoriametrics.com/anomaly-detection/components/scheduler/) |
| config.writer | object | `{"class":"vm","datasource_url":"","tenant_id":""}` | [Writer section](https://docs.victoriametrics.com/anomaly-detection/components/writer/) |
| config.writer.class | string | `"vm"` | Name of the class needed to enable writing to VictoriaMetrics or Prometheus. VmWriter is the default option, if not specified. |
| config.writer.datasource_url | string | `""` | Datasource URL address. Required for example "http://single-victoria-metrics-single-server.default.svc.cluster.local:8428" or "http://cluster-victoria-metrics-cluster-vminsert.default.svc.cluster.local:8480/insert/" |
Expand Down

0 comments on commit 8f5c34e

Please sign in to comment.