forked from gardener/gardener
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
124 changed files
with
1,679 additions
and
5,012 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
23 changes: 0 additions & 23 deletions
23
charts/seed-bootstrap/aggregate-prometheus-rules-tests/elasticsearch.rules.test.yaml
This file was deleted.
Oops, something went wrong.
24 changes: 0 additions & 24 deletions
24
charts/seed-bootstrap/aggregate-prometheus-rules-tests/fluentd.rules.test.yaml
This file was deleted.
Oops, something went wrong.
24 changes: 24 additions & 0 deletions
24
charts/seed-bootstrap/aggregate-prometheus-rules-tests/loki.rules.test.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
rule_files: | ||
- ../aggregate-prometheus-rules/loki.rules.yaml | ||
|
||
evaluation_interval: 30s | ||
|
||
tests: | ||
- interval: 30s | ||
input_series: | ||
# LokiDown | ||
- series: 'up{app="loki"}' | ||
values: '0+0x30' | ||
alert_rule_test: | ||
- eval_time: 15m | ||
alertname: LokiDown | ||
exp_alerts: | ||
- exp_labels: | ||
service: loki | ||
severity: warning | ||
type: seed | ||
visibility: operator | ||
exp_annotations: | ||
description: There are no running loki pods. No logs will be collected. | ||
summary: Loki is down | ||
|
14 changes: 0 additions & 14 deletions
14
charts/seed-bootstrap/aggregate-prometheus-rules/elasticsearch.rules.yaml
This file was deleted.
Oops, something went wrong.
14 changes: 0 additions & 14 deletions
14
charts/seed-bootstrap/aggregate-prometheus-rules/fluentd.rules.yaml
This file was deleted.
Oops, something went wrong.
14 changes: 14 additions & 0 deletions
14
charts/seed-bootstrap/aggregate-prometheus-rules/loki.rules.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
groups: | ||
- name: loki.rules | ||
rules: | ||
- alert: LokiDown | ||
expr: absent(up{app="loki"} == 1) | ||
for: 15m | ||
labels: | ||
service: loki | ||
severity: warning | ||
type: seed | ||
visibility: operator | ||
annotations: | ||
description: There are no running loki pods. No logs will be collected. | ||
summary: Loki is down |
4 changes: 0 additions & 4 deletions
4
charts/seed-bootstrap/charts/elastic-kibana-curator/Chart.yaml
This file was deleted.
Oops, something went wrong.
157 changes: 0 additions & 157 deletions
157
.../seed-bootstrap/charts/elastic-kibana-curator/templates/curator-es/curator-configmap.yaml
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.