Skip to content

Commit

Permalink
Merge pull request #157 from daixiang0/patch-2
Browse files Browse the repository at this point in the history
Expose RegisterInstrumentation setting
  • Loading branch information
bboreham authored Aug 21, 2019
2 parents ddeaa31 + b8724ad commit 97de089
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ type Config struct {
HTTPListenPort int `yaml:"http_listen_port"`
GRPCListenPort int `yaml:"grpc_listen_port"`

RegisterInstrumentation bool `yaml:"-"`
RegisterInstrumentation bool `yaml:"register_instrumentation"`
ExcludeRequestInLog bool `yaml:"-"`

ServerGracefulShutdownTimeout time.Duration `yaml:"graceful_shutdown_timeout"`
Expand Down

0 comments on commit 97de089

Please # to comment.