# README
opentelemetry traceing middleware
Use
type Trace gee.Hanler
func NewTrace(conf *config.Config) Trace {
tr := trace.New(trace.WithAppName(conf.App.AppName))
return tr
}
type Trace gee.Hanler
func NewTrace(conf *config.Config) Trace {
tr := trace.New(trace.WithAppName(conf.App.AppName))
return tr
}