mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-11-21 14:44:00 +00:00
Automatic update operator docs from VictoriaMetrics/operator@f628bee (#5407)
This commit is contained in:
parent
48228031e4
commit
7ca783dee9
2 changed files with 3 additions and 3 deletions
|
@ -104,10 +104,10 @@ metadata:
|
|||
name: vmrule-recording-example
|
||||
spec:
|
||||
groups:
|
||||
- name: vmalert
|
||||
- name: vmrule_recording_groupname
|
||||
interval: 1m
|
||||
rules:
|
||||
- alert: vmalert config reload error
|
||||
- record: vm_http_request_errors_total:sum_by_cluster_namespace_job:rate:5m
|
||||
expr: |-
|
||||
sum by (cluster, namespace, job) (
|
||||
rate(vm_http_request_errors_total[5m])
|
||||
|
|
|
@ -10,7 +10,7 @@ menu:
|
|||
|
||||
<!-- this doc autogenerated - don't edit it manually -->
|
||||
# Auto Generated vars for package config
|
||||
updated at Mon Nov 27 08:54:12 UTC 2023
|
||||
updated at Tue Nov 28 15:49:38 UTC 2023
|
||||
|
||||
|
||||
| varible name | variable default value | variable required | variable description |
|
||||
|
|
Loading…
Reference in a new issue