Skip to content

Commit

Permalink
fix(server): pass pprof enabled option down to NewMux properly
Browse files Browse the repository at this point in the history
  • Loading branch information
desa committed Sep 5, 2018
1 parent 3f5850d commit 8201a0d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -375,6 +375,7 @@ func (s *Server) Serve(ctx context.Context) error {
Basepath: s.Basepath,
StatusFeedURL: s.StatusFeedURL,
CustomLinks: s.CustomLinks,
PprofEnabled: s.PprofEnabled,
}, service)

// Add chronograf's version header to all requests
Expand Down

0 comments on commit 8201a0d

Please sign in to comment.