func go.opentelemetry.io/otel/label.String
9 uses
go.opentelemetry.io/otel/label (current package)
kv.go#L73: func String(k, v string) KeyValue {
kv.go#L107: return String(k, "")
kv.go#L111: return String(k, stringer.String())
kv.go#L138: return String(k, rv.String())
kv.go#L141: return String(k, string(b))
kv.go#L143: return String(k, fmt.Sprint(value))
go.opentelemetry.io/otel/api/correlation
correlation_context_propagator.go#L102: keyValues = append(keyValues, label.String(trimmedName, trimmedValueWithProps.String()))
github.com/go-redis/redis/v8
options.go#L251: label.String("redis.network", opt.Network),
options.go#L252: label.String("redis.addr", opt.Addr),
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |