diff --git a/server/server.go b/server/server.go index 17a55b47..439d02e2 100644 --- a/server/server.go +++ b/server/server.go @@ -30,7 +30,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"`