go.opencensus.io/trace.Config.MaxAnnotationEventsPerSpan (field)
6 uses
go.opencensus.io/trace (current package)
config.go#L32: MaxAnnotationEventsPerSpan int
config.go#L73: if cfg.MaxAnnotationEventsPerSpan > 0 {
config.go#L74: c.MaxAnnotationEventsPerSpan = cfg.MaxAnnotationEventsPerSpan
trace.go#L245: span.annotations = newEvictedQueue(cfg.MaxAnnotationEventsPerSpan)
trace.go#L552: MaxAnnotationEventsPerSpan: DefaultMaxAnnotationEventsPerSpan,
![]() |
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. |