type go.opentelemetry.io/otel/trace/internal/telemetry.TraceID
9 uses
go.opentelemetry.io/otel/trace/internal/telemetry (current package)
id.go#L18: type TraceID [traceIDSize]byte
id.go#L21: func (tid TraceID) String() string {
id.go#L26: func (tid TraceID) IsEmpty() bool {
id.go#L31: func (tid TraceID) MarshalJSON() ([]byte, error) {
id.go#L40: func (tid *TraceID) UnmarshalJSON(data []byte) error {
span.go#L26: TraceID TraceID `json:"traceId,omitempty"`
span.go#L391: TraceID TraceID `json:"traceId,omitempty"`
go.opentelemetry.io/otel/trace
auto.go#L99: TraceID: telemetry.TraceID(sc.TraceID()),
auto.go#L578: TraceID: telemetry.TraceID(link.SpanContext.TraceID()),
![]() |
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. |