Skip to content

Commit

Permalink
Fix alarm
Browse files Browse the repository at this point in the history
  • Loading branch information
ausias-armesto committed Jan 15, 2025
1 parent 594466b commit 7adfc9d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/hoprd-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

apiVersion: v2
name: hoprd-operator
version: 0.2.19
appVersion: 0.2.21
version: 0.2.20
appVersion: 0.2.23
description: A Helm chart operator for managing Hopr nodes
type: application
icon: "https://hoprnet.org/assets/icons/logo.svg"
2 changes: 1 addition & 1 deletion charts/hoprd-operator/templates/prometheus-rules.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ spec:
expr: |-
# When the node is running for more than 15 minutes and the http api call errors are more than 30 in the last 10 minutes
(
sum(increase(hopr_http_api_call_count{status!~"[1,2,3].*"}[10m])) by (namespace, job) > 30
sum(increase(hopr_http_api_call_count{exported_endpoint != "/api/v3/peers/<id>/ping", status!~"[1,2,3].*"}[10m])) by (namespace, job) > 30
)
and
(
Expand Down

0 comments on commit 7adfc9d

Please sign in to comment.