go.opencensus.io/trace.Config.MaxAttributesPerSpan (field)
6 uses
go.opencensus.io/trace (current package)
config.go#L38: MaxAttributesPerSpan int
config.go#L79: if cfg.MaxAttributesPerSpan > 0 {
config.go#L80: c.MaxAttributesPerSpan = cfg.MaxAttributesPerSpan
trace.go#L244: span.lruAttributes = newLruMap(cfg.MaxAttributesPerSpan)
trace.go#L551: MaxAttributesPerSpan: DefaultMaxAttributesPerSpan,
![]() |
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. |