rest otel support (#943)

This commit is contained in:
zhoushuguang
2021-08-24 10:04:12 +08:00
committed by GitHub
parent f669e1226c
commit 280e837c9e
8 changed files with 103 additions and 3 deletions

View File

@@ -1,8 +1,6 @@
package opentelemetry
const (
TraceName = "go-zero"
)
const TraceName = "go-zero"
// A Config is a opentelemetry config.
type Config struct {