Skip to content

Commit

Permalink
monitoring: bump default metrics collection timeout to 120s
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeTsagk committed Jan 14, 2025
1 parent e631a03 commit d734487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion monitoring/prometheus.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ var (

const (
// dbTimeout is the default database timeout.
dbTimeout = 20 * time.Second
dbTimeout = 120 * time.Second
)

// PrometheusExporter is a metric exporter that uses Prometheus directly. The
Expand Down

0 comments on commit d734487

Please sign in to comment.