Skip to content
This repository has been archived by the owner on May 24, 2023. It is now read-only.

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
ccjenniferhsu committed Jun 24, 2021
1 parent 9713dcc commit b8ad907
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion collector/api_base.go
Expand Up @@ -2,8 +2,8 @@ package collector

import (
"encoding/json"
"log"
"net/http"
"log"
)

// HTTPHandler type
Expand Down
1 change: 0 additions & 1 deletion logstash_exporter.go
Expand Up @@ -108,7 +108,6 @@ func main() {
exporterBindAddress = kingpin.Flag("web.listen-address", "Address on which to expose metrics and web interface.").Default(":9198").String()
)

//log.AddFlags(kingpin.CommandLine)
kingpin.Version(version.Print("logstash_exporter"))
kingpin.HelpFlag.Short('h')
kingpin.Parse()
Expand Down

0 comments on commit b8ad907

Please sign in to comment.