Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion common/mariadb/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v1
description: A Helm chart for Kubernetes
name: mariadb
version: 0.7.13
version: 0.7.14
2 changes: 1 addition & 1 deletion common/mariadb/templates/alerts/_mysql.alerts.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
summary: {{ include "fullName" . }} reports slow queries.

- alert: {{ include "alerts.service" . | title }}MariaDBWaitingForLock
expr: (mysql_info_schema_threads_seconds{app=~"{{ include "fullName" . }}", state=~"waiting for lock"} / 1000 > 15)
expr: (mysql_info_schema_processlist_seconds{app=~"{{ include "fullName" . }}", state=~"waiting for lock"} / 1000 > 15)
for: 10m
labels:
context: database
Expand Down