mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2025-03-11 15:34:56 +00:00
Automatic update operator docs from VictoriaMetrics/operator@fec3f9d (#5381)
This commit is contained in:
parent
1831c731a3
commit
93b8bf66aa
3 changed files with 5 additions and 2 deletions
|
@ -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.
|
||||
|
||||
<a name="v0.39.3"></a>
|
||||
## [v0.39.3](https://github.com/VictoriaMetrics/operator/releases/tag/v0.39.3) - 16 Nov 2023
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -10,7 +10,7 @@ menu:
|
|||
|
||||
<!-- this doc autogenerated - don't edit it manually -->
|
||||
# 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 |
|
||||
|
|
Loading…
Reference in a new issue