const contrib.go.opencensus.io/exporter/stackdriver.maxAttributeStringValue
5 uses
contrib.go.opencensus.io/exporter/stackdriver (current package)
trace_proto.go#L36: maxAttributeStringValue = 256
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#L253: maxAttributeStringValue)},
trace_proto.go#L257: Value: &tracepb.AttributeValue_StringValue{StringValue: trunc(value, maxAttributeStringValue)},
![]() |
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. |