Skip to content

Commit

Permalink
Merge pull request #37 from mouchar/master
Browse files Browse the repository at this point in the history
Fix connect-timeout propagation
  • Loading branch information
Vonng committed Nov 7, 2023
2 parents 0250634 + 260e12e commit d488fdf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions exporter/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ func Run() {
WithExcludeDatabase(*excludeDatabase),
WithIncludeDatabase(*includeDatabase),
WithTags(*serverTags),
WithConnectTimeout(*connectTimeout),
)
if err != nil {
logFatalf("fail creating pg_exporter: %s", err.Error())
Expand Down

0 comments on commit d488fdf

Please sign in to comment.