go.opentelemetry.io/otel/trace/internal/telemetry.Attr.Key (field)
9 uses
go.opentelemetry.io/otel/trace/internal/telemetry (current package)
attr.go#L8: Key string `json:"key,omitempty"`
attr.go#L57: return a.Key == b.Key && a.Value.Equal(b.Value)
value.go#L297: return cmp.Compare(a.Key, b.Key)
go.opentelemetry.io/otel/trace
auto.go#L236: m[a.Key] = i
auto.go#L248: Key: string(a.Key),
auto.go#L253: Key: string(a.Key),
auto.go#L301: out = append(out, telemetry.Attr{Key: key, Value: val})
![]() |
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. |