Skip to content

Commit f0395b8

Browse files
authored
Docs: correct default value for eventsstatements.limit (#6662)
Signed-off-by: Mikkel Gravgaard <mikkel@klokke.dk>
1 parent 7aa1204 commit f0395b8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

charts/prometheus-mysql-exporter/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v1
22
description: A Helm chart for prometheus mysql exporter with cloudsqlproxy
33
name: prometheus-mysql-exporter
4-
version: 2.13.0
4+
version: 2.13.1
55
home: https://github.com/prometheus/mysqld_exporter
66
appVersion: v0.19.0
77
sources:

charts/prometheus-mysql-exporter/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ annotations:
133133
prometheus.io/port: "9104"
134134

135135
config:
136-
# Allow to set specifc options on the exporter
136+
# Allow to set specific options on the exporter
137137
# logLevel: info
138138
# logFormat: "logger:stderr"
139139
#
@@ -162,7 +162,7 @@ collectors: {}
162162
# info_schema.userstats: false
163163
# perf_schema.eventsstatements: false
164164
# perf_schema.eventsstatements.digest_text_limit: 120
165-
# perf_schema.eventsstatements.limit: false
165+
# perf_schema.eventsstatements.limit: 250
166166
# perf_schema.eventsstatements.timelimit: 86400
167167
# perf_schema.eventswaits: false
168168
# perf_schema.file_events: false

0 commit comments

Comments
 (0)