Skip to content
Snippets Groups Projects

Compare revisions

Changes are shown as if the source revision was being merged into the target revision. Learn more about comparing revisions.

Source

Select target project
No results found

Target

Select target project
  • ardumont/swh-charts
  • vlorentz/swh-charts
  • swh/infra/ci-cd/swh-charts
  • vsellier/swh-charts
  • anlambert/swh-charts
5 results
Show changes
Commits on Source (2)
......@@ -6,13 +6,13 @@ kind: PrometheusRule
metadata:
labels:
app: cassandra
name: critical-cassandra-service.rules
name: cassandra-service.rules
namespace: cattle-monitoring-system
spec:
groups:
- name: critical-cassandra-service.rules
- name: cassandra-service.rules
rules:
- alert: Cassandra_Service_Degraded_In_{{ .environment | title }}
- alert: Cassandra_Degraded_Service_In_{{ .environment | title }}
annotations:
description: "The {{"{{"}} $labels.instance {{"}}"}} node is unreachable for more than {{ trimSuffix "m" .period.down }} minutes. This node seems down."
summary: "The {{"{{"}} $labels.service {{"}}"}} is degraded. Please check the {{"{{"}} $labels.instance {{"}}"}} status."
......@@ -21,7 +21,7 @@ spec:
labels:
severity: warning
namespace: cattle-monitoring-system
- alert: Cassandra_Table_Unrepaired_In_{{ .environment | title }}
- alert: Cassandra_Unrepaired_Table_In_{{ .environment | title }}
annotations:
description: "The unrepaired bytes of table {{"{{"}} $labels.table {{"}}"}} is more than {{ div .unrepairedSize 1073741824 }} Gb."
summary: "Please trigger a repair on the table {{"{{"}} $labels.table {{"}}"}} in keyspace {{"{{"}} $labels.keyspace {{"}}"}}."
......
......@@ -78,9 +78,9 @@ sentry:
# azureCacheConfiguration:
# cls: azure
# account_name: vaultstorageaccount
# connection_string: "DefaultEndpointsProtocol=https;AccountName=account-name;AccountKey=${ACCOUNT_KEY};EndpointSuffix=core.windows.net"
# container_name: contents
# api_secret_key: ${API_SECRET_KEY}
# compression: none
# secrets:
# API_SECRET_KEY:
# secretKeyRef: swh-vault-azure-secret
......