go.opentelemetry.io/otel/label.KeyValue.Key (field)
32 uses
go.opentelemetry.io/otel/label (current package)
encoder.go#L116: copyAndEscape(buf, string(keyValue.Key))
iterator.go#L124: if m.one.label.Key == m.two.label.Key {
iterator.go#L130: if m.one.label.Key < m.two.label.Key {
key.go#L29: Key: k,
key.go#L42: Key: k,
key.go#L55: Key: k,
key.go#L68: Key: k,
key.go#L81: Key: k,
key.go#L94: Key: k,
key.go#L107: Key: k,
key.go#L120: Key: k,
key.go#L134: Key: k,
key.go#L148: Key: k,
key.go#L166: Key: k,
kv.go#L25: Key Key
set.go#L128: return rValue.Index(idx).Interface().(KeyValue).Key >= k
set.go#L134: if k == keyValue.Key {
set.go#L324: if kvs[offset].Key == kvs[position].Key {
set.go#L467: return (*l)[i].Key < (*l)[j].Key
go.opentelemetry.io/otel/api/correlation
correlation_context_propagator.go#L53: headerValueBuilder.WriteString(url.QueryEscape(strings.TrimSpace((string)(kv.Key))))
map.go#L84: if update.SingleKV.Key.Defined() {
map.go#L85: r[update.SingleKV.Key] = update.SingleKV.Value
map.go#L88: r[kv.Key] = kv.Value
map.go#L112: if update.SingleKV.Key.Defined() {
map.go#L118: addSet[k.Key] = struct{}{}
map.go#L120: if update.SingleKV.Key.Defined() {
map.go#L121: addSet[update.SingleKV.Key] = struct{}{}
map.go#L170: Key: k,
 |
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. |