go.opentelemetry.io/otel/attribute.KeyValue.Key (field)
36 uses
go.opentelemetry.io/otel/attribute (current package)
encoder.go#L101: copyAndEscape(buf, string(keyValue.Key))
filter.go#L27: _, ok := allowed[kv.Key]
filter.go#L46: _, ok := forbid[kv.Key]
hash.go#L46: h = h.String(string(kv.Key))
iterator.go#L125: if m.one.attr.Key == m.two.attr.Key {
iterator.go#L131: if m.one.attr.Key < m.two.attr.Key {
key.go#L16: Key: k,
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,
key.go#L137: Key: k,
kv.go#L12: Key Key
kv.go#L18: return kv.Key.Defined()
set.go#L134: return rValue.Index(idx).Interface().(KeyValue).Key >= k
set.go#L140: if k == keyValue.Key {
set.go#L239: return cmp.Compare(a.Key, b.Key)
set.go#L252: if kvs[offset].Key == kvs[position].Key {
set.go#L418: kvs[string(kv.Key)] = kv.Value.String()
set.go#L435: return (*l)[i].Key < (*l)[j].Key
go.opentelemetry.io/otel/trace
auto.go#L246: if idx, ok := m[string(a.Key)]; ok {
auto.go#L248: Key: string(a.Key),
auto.go#L253: Key: string(a.Key),
auto.go#L256: m[string(a.Key)] = len(s.span.Attrs) - 1
auto.go#L296: key := string(attr.Key)
 |
The pages are generated with Golds v0.8.4. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |