From 3a96830ed66575fe63ed2b7fd81cac74733ee906 Mon Sep 17 00:00:00 2001 From: Github Actions <133988544+victoriametrics-bot@users.noreply.github.com> Date: Fri, 24 Nov 2023 03:06:03 +0800 Subject: [PATCH] Automatic update operator docs from VictoriaMetrics/operator@fec3f9d (#5381) --- docs/operator/CHANGELOG.md | 2 +- docs/operator/api.md | 3 +++ docs/operator/vars.md | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/operator/CHANGELOG.md b/docs/operator/CHANGELOG.md index 642da89176..69b63cc432 100644 --- a/docs/operator/CHANGELOG.md +++ b/docs/operator/CHANGELOG.md @@ -16,7 +16,7 @@ aliases: ## Next release -- TODO +- [vmalertmanagerconfig](./api.html#vmalertmanagerconfig): add fields `entity`, `actions` and `update_alerts` for opsgenie_configs according to https://prometheus.io/docs/alerting/latest/configuration/#opsgenie_config. ## [v0.39.3](https://github.com/VictoriaMetrics/operator/releases/tag/v0.39.3) - 16 Nov 2023 diff --git a/docs/operator/api.md b/docs/operator/api.md index 1e62ab5f44..299d67ffcb 100644 --- a/docs/operator/api.md +++ b/docs/operator/api.md @@ -346,6 +346,9 @@ OpsGenieConfig configures notifications via OpsGenie. See https://prometheus.io/ | priority | Priority level of alert. Possible values are P1, P2, P3, P4, and P5. | string | false | | details | A set of arbitrary key/value pairs that provide further detail about the incident. | map[string]string | false | | responders | List of responders responsible for notifications. | [][OpsGenieConfigResponder](#opsgenieconfigresponder) | false | +| entity | Optional field that can be used to specify which domain alert is related to. | string | false | +| actions | Comma separated list of actions that will be available for the alert. | string | false | +| update_alerts | Whether to update message and description of the alert in OpsGenie if it already exists By default, the alert is never updated in OpsGenie, the new message only appears in activity log. | bool | false | | http_config | HTTP client configuration. | *[HTTPConfig](#httpconfig) | false | [Back to TOC](#table-of-contents) diff --git a/docs/operator/vars.md b/docs/operator/vars.md index f7acfba491..cd9bf16d77 100644 --- a/docs/operator/vars.md +++ b/docs/operator/vars.md @@ -10,7 +10,7 @@ menu: # Auto Generated vars for package config - updated at Wed Nov 22 17:02:40 UTC 2023 + updated at Thu Nov 23 11:44:59 UTC 2023 | varible name | variable default value | variable required | variable description |