-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
assets,site/content: daily assets regeneration
- Loading branch information
github-actions[bot]
committed
Jan 21, 2025
1 parent
15bb248
commit da232fc
Showing
16 changed files
with
55 additions
and
23,924 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
4,419 changes: 0 additions & 4,419 deletions
4,419
assets/kafka/dashboards/kafka-ksqldb-overview.json
This file was deleted.
Oops, something went wrong.
3,519 changes: 0 additions & 3,519 deletions
3,519
assets/kafka/dashboards/kafka-overview-dashboard.json
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
1,147 changes: 0 additions & 1,147 deletions
1,147
assets/kafka/dashboards/schema-registry-overview.json
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,14 +1 @@ | ||
groups: | ||
- name: jvm-micrometer-jvm-alerts | ||
rules: | ||
- alert: JvmMemoryFillingUp | ||
annotations: | ||
description: JVM heap memory usage is at {{ printf "%.0f" $value }}% over the | ||
last 5 minutes on {{$labels.instance}}, which is above the threshold of 80%. | ||
summary: JVM heap memory filling up. | ||
expr: ((sum without (id) (jvm_memory_used_bytes{area="heap", job!=""}))/(sum without | ||
(id) (jvm_memory_max_bytes{area="heap", job!=""} != -1))) * 100 > 80 | ||
for: 5m | ||
keep_firing_for: 5m | ||
labels: | ||
severity: warning | ||
null |
Oops, something went wrong.