We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a016b9 commit 6138387Copy full SHA for 6138387
mysqld_exporter.go
@@ -46,7 +46,7 @@ var (
46
"Path under which to expose metrics.",
47
)
48
timeoutOffset = flag.Float64(
49
- "timeout-offset", 0.5,
+ "timeout-offset", 0.25,
50
"Offset to subtract from timeout in seconds.",
51
52
configMycnf = flag.String(
0 commit comments