Skip to content

Commit

Permalink
CHART : falcosidekick service monitor update add aditionnal propertie…
Browse files Browse the repository at this point in the history
…s and Fix prometheus rules

Signed-off-by: Arnaud CHATELAIN <[email protected]>
  • Loading branch information
dependabot[bot] authored and poiana committed May 21, 2024
1 parent 79d1dff commit 61e99e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/falcosidekick/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Before release 0.1.20, the helm chart can be found in `falcosidekick` [repositor

## 0.7.19

- Enhanced the service Monitor to support additional Properties.
- Enhanced the service Monitor to support additional Properties. Fix one prometheusRules: FalcoErrorOutputEventsRateHigh.

## 0.7.18

Expand Down
2 changes: 1 addition & 1 deletion charts/falcosidekick/templates/prometheusrule.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ spec:
annotations:
summary: Falcosidekick is experiencing high rate of errors for an output
description: A high rate of errors are being detecting for an output
expr: rate(falcosidekick_output{status="error"}[{{ .Values.prometheusRules.alerts.output.rate_interval }}]) by (destination) > {{ .Values.prometheusRules.alerts.output.threshold }}
expr: sum by (destination) (rate(falcosidekick_outputs{status="error"}[{{ .Values.prometheusRules.alerts.output.rate_interval }}])) > {{ .Values.prometheusRules.alerts.output.threshold }}
for: 1m
labels:
severity: warning
Expand Down

0 comments on commit 61e99e2

Please sign in to comment.