go.opentelemetry.io/otel/attribute.KeyValue.Key (field)
26 uses
go.opentelemetry.io/otel/attribute (current package)
encoder.go#L112: copyAndEscape(buf, string(keyValue.Key))
filter.go#L38: _, ok := allowed[kv.Key]
filter.go#L57: _, ok := forbid[kv.Key]
iterator.go#L135: if m.one.attr.Key == m.two.attr.Key {
iterator.go#L141: if m.one.attr.Key < m.two.attr.Key {
key.go#L27: Key: k,
key.go#L38: Key: k,
key.go#L49: Key: k,
key.go#L60: Key: k,
key.go#L71: Key: k,
key.go#L82: Key: k,
key.go#L93: Key: k,
key.go#L104: Key: k,
key.go#L115: Key: k,
key.go#L126: Key: k,
kv.go#L23: Key Key
kv.go#L29: return kv.Key.Defined() && kv.Value.Type() != INVALID
set.go#L117: return rValue.Index(idx).Interface().(KeyValue).Key >= k
set.go#L123: if k == keyValue.Key {
set.go#L276: if kvs[offset].Key == kvs[position].Key {
set.go#L411: kvs[string(kv.Key)] = kv.Value.Emit()
set.go#L428: return (*l)[i].Key < (*l)[j].Key
|
The pages are generated with Golds v0.6.7. (GOOS=linux 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. |