func contrib.go.opencensus.io/exporter/stackdriver.trunc

6 uses

	contrib.go.opencensus.io/exporter/stackdriver (current package)
		trace_proto.go#L66: 		DisplayName:             trunc(name, 128),
		trace_proto.go#L90: 		annotation := &tracepb.Span_TimeEvent_Annotation{Description: trunc(a.Message, maxAttributeStringValue)}
		trace_proto.go#L119: 				StringValue: trunc(userAgent, maxAttributeStringValue),
		trace_proto.go#L252: 				StringValue: trunc(strconv.FormatFloat(value, 'f', -1, 64),
		trace_proto.go#L257: 			Value: &tracepb.AttributeValue_StringValue{StringValue: trunc(value, maxAttributeStringValue)},
		trace_proto.go#L264: func trunc(s string, limit int) *tracepb.TruncatableString {