1
0
mirror of https://github.com/go-kratos/kratos.git synced 2024-12-30 21:19:57 +02:00
kratos/middleware/metrics/otel.go

8 lines
114 B
Go
Raw Normal View History

package metrics
import "os"
func EnableOTELExemplar() error {
return os.Setenv("OTEL_GO_X_EXEMPLAR", "true")
}