Skip to content

Commit

Permalink
fix(helm): improve alerts many viewer on document with metadata
Browse files Browse the repository at this point in the history
Signed-off-by: genofire <[email protected]>
Change-Id: Ie85e76ae7813ae44d2e4748feac5b8962562abcb
  • Loading branch information
genofire authored and Rash419 committed Jan 4, 2024
1 parent de1de28 commit b353056
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kubernetes/helm/collabora-online/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ type: "application"
name: collabora-online
description: Collabora Online helm chart

version: 1.1.8
version: 1.1.9
appVersion: "23.05.6.4.1"

home: "https://www.collaboraoffice.com/code/"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ spec:
{{- end }}
{{- range $key, $value := .Values.prometheus.rules.defaults.viewers.doc }}
- alert: "Collabora Viewers by Document"
expr: 'doc_views_active > {{ $value }}'
expr: 'doc_views_active * on(pid, namespace, job, service, pod, container, endpoint, instance) group_left(key, host, filename) doc_info > {{ $value }}'
for: "1m"
labels:
severity: "{{ $key }}"
Expand Down

0 comments on commit b353056

Please sign in to comment.