go.opencensus.io/trace.MessageEvent.CompressedByteSize (field)
6 uses
go.opencensus.io/trace (current package)
basetypes.go#L108: CompressedByteSize int64
trace.go#L484: CompressedByteSize: compressedByteSize,
trace.go#L506: CompressedByteSize: compressedByteSize,
go.opencensus.io/zpages
tracez.go#L319: row.Fields[2] = fmt.Sprintf("sent message [%d bytes, %d compressed bytes]", e.UncompressedByteSize, e.CompressedByteSize)
tracez.go#L321: row.Fields[2] = fmt.Sprintf("received message [%d bytes, %d compressed bytes]", e.UncompressedByteSize, e.CompressedByteSize)
contrib.go.opencensus.io/exporter/stackdriver
trace_proto.go#L141: CompressedSizeBytes: e.CompressedByteSize,
![]() |
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. |