func contrib.go.opencensus.io/exporter/stackdriver.timestampProto
8 uses
contrib.go.opencensus.io/exporter/stackdriver (current package)
metrics.go#L372: startTime := timestampProto(ts.StartTime)
metrics.go#L400: EndTime: timestampProto(pt.Time),
metrics.go#L485: Timestamp: timestampProto(exemplar.Timestamp),
trace_proto.go#L67: StartTime: timestampProto(s.StartTime),
trace_proto.go#L68: EndTime: timestampProto(s.EndTime),
trace_proto.go#L93: Time: timestampProto(a.Time),
trace_proto.go#L135: Time: timestampProto(e.Time),
trace_proto.go#L172: func timestampProto(t time.Time) *timestamppb.Timestamp {
![]() |
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. |