mirror of
https://github.com/go-kratos/kratos.git
synced 2024-12-28 21:09:04 +02:00
8 lines
114 B
Go
8 lines
114 B
Go
package metrics
|
|
|
|
import "os"
|
|
|
|
func EnableOTELExemplar() error {
|
|
return os.Setenv("OTEL_GO_X_EXEMPLAR", "true")
|
|
}
|