Skip to content

Commit

Permalink
Add pprof for further troubleshooting
Browse files Browse the repository at this point in the history
  • Loading branch information
pcarranza committed Jun 11, 2018
1 parent a9d1262 commit 60c0e2e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions exporter.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ import (
"github.com/hashicorp/nomad/api"
"github.com/prometheus/client_golang/prometheus"
"github.com/sirupsen/logrus"

_ "net/http/pprof"
)

// Exporter is a nomad exporter
Expand Down

0 comments on commit 60c0e2e

Please sign in to comment.