mirror of
https://github.com/go-kratos/kratos.git
synced 2024-12-30 21:19:57 +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")
|
||
|
}
|