Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion thanos/charts/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ maintainers:
name: thanos
sources:
- https://github.com/cloudoperators/greenhouse-extensions
version: 0.7.7
version: 0.7.8
keywords:
- thanos
- storage
Expand Down
4 changes: 4 additions & 0 deletions thanos/charts/alerts/query.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ groups:
) * 100 > 5
for: 5m
labels:
no_alert_on_absence: "true" # thanos query does not initialize http_requests_total on start
severity: warning
playbook: https://github.com/thanos-io/thanos/tree/main/mixin/runbook.md#alert-name-thanosqueryhttprequestqueryerrorratehigh
{{ tpl .Values.thanos.serviceMonitor.alertLabels . | nindent 6 }}
Expand All @@ -30,6 +31,7 @@ groups:
) * 100 > 5
for: 5m
labels:
no_alert_on_absence: "true" # thanos query does not initialize http_requests_total on start
severity: warning
playbook: https://github.com/thanos-io/thanos/tree/main/mixin/runbook.md#alert-name-thanosqueryhttprequestqueryrangeerrorratehigh
{{ tpl .Values.thanos.serviceMonitor.alertLabels . | nindent 6 }}
Expand Down Expand Up @@ -95,6 +97,7 @@ groups:
)
for: 10m
labels:
no_alert_on_absence: "true" # thanos query does not initialize http_request_duration_seconds_bucket on start
severity: warning
playbook: https://github.com/thanos-io/thanos/tree/main/mixin/runbook.md#alert-name-thanosqueryinstantlatencyhigh
{{ tpl .Values.thanos.serviceMonitor.alertLabels . | nindent 6 }}
Expand All @@ -111,6 +114,7 @@ groups:
)
for: 10m
labels:
no_alert_on_absence: "true" # thanos query does not initialize http_request_duration_seconds_count on start
severity: warning
playbook: https://github.com/thanos-io/thanos/tree/main/mixin/runbook.md#alert-name-thanosqueryrangelatencyhigh
{{ tpl .Values.thanos.serviceMonitor.alertLabels . | nindent 6 }}
Expand Down
4 changes: 2 additions & 2 deletions thanos/plugindefinition.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ kind: PluginDefinition
metadata:
name: thanos
spec:
version: 0.7.7
version: 0.7.8
description: thanos
helmChart:
name: thanos
repository: "oci://ghcr.io/cloudoperators/greenhouse-extensions/charts"
version: 0.7.7
version: 0.7.8
options:
- default: null
description: CLI param for Thanos Query
Expand Down
Loading