There was an error while loading. Please reload this page.
1 parent eb68ac4 commit 4070b7eCopy full SHA for 4070b7e
changelogs/fragments/431.yml
@@ -0,0 +1,3 @@
1
+---
2
+minor_changes:
3
+ - sql_exporter - Add scrape_error_drop_interval setting to the configuration example
sql_exporter/common/sql_exporter.yml.example
@@ -12,6 +12,8 @@ global:
12
max_idle_connections: 3
13
# Maximum amount of time a connection may be reused to any one target. Infinite by default.
14
max_connection_lifetime: 10m
15
+ # If scrape errors are corrected, how long until the scrape error metric is dropped from the metric output
16
+ scrape_error_drop_interval: 5m
17
18
# The target(s) to monitor and the list of collectors to execute
19
#
0 commit comments