google.golang.org/genproto/googleapis/monitoring/v3.SpanContext.SpanName (field)
3 uses
google.golang.org/genproto/googleapis/monitoring/v3 (current package)
span_context.pb.go#L64: SpanName string `protobuf:"bytes,1,opt,name=span_name,json=spanName,proto3" json:"span_name,omitempty"`
span_context.pb.go#L101: return x.SpanName
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()),
 |
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. |