go.opencensus.io/trace.TraceID.String (method)
4 uses
go.opencensus.io/trace (current package)
basetypes.go#L30: func (t TraceID) String() string {
contrib.go.opencensus.io/exporter/stackdriver
metrics.go#L514: SpanName: fmt.Sprintf("projects/%s/traces/%s/spans/%s", projectID, spanCtx.TraceID.String(), spanCtx.SpanID.String()),
trace_proto.go#L52: traceIDString := s.SpanContext.TraceID.String()
trace_proto.go#L160: TraceId: l.TraceID.String(),
![]() |
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. |