Skip to content

Commit

Permalink
Merge pull request #88 from bosh-prometheus/fix-firehose-exporter
Browse files Browse the repository at this point in the history
Add missing handler to make FirehoseExporter work again
  • Loading branch information
mdimiceli authored Sep 14, 2023
2 parents 0f4caf3 + 58009bd commit 53c84bf
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 53c84bf

Please sign in to comment.