go.opencensus.io/trace.SpanID.String (method)
5 uses
go.opencensus.io/trace (current package)
basetypes.go#L34: func (s SpanID) 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#L53: spanIDString := s.SpanContext.SpanID.String()
trace_proto.go#L72: sp.ParentSpanId = p.String()
trace_proto.go#L161: SpanId: l.SpanID.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. |