Skip to content

Commit

Permalink
Add missing handler to make FirehoseExporter work again
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminguttmann-avtq committed Sep 14, 2023
1 parent 0f4caf3 commit 58009bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions firehose_exporter.go
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,7 @@ func main() {
Addr: *listenAddress,
ReadTimeout: time.Second * 5,
ReadHeaderTimeout: time.Second * 10,
Handler: router,
}

if *tlsCertFile != "" && *tlsKeyFile != "" {
Expand Down

0 comments on commit 58009bd

Please sign in to comment.