go.opencensus.io/trace.MessageEvent.UncompressedByteSize (field)
6 uses
go.opencensus.io/trace (current package)
basetypes.go#L107: UncompressedByteSize int64
trace.go#L483: UncompressedByteSize: uncompressedByteSize,
trace.go#L505: UncompressedByteSize: uncompressedByteSize,
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#L140: UncompressedSizeBytes: e.UncompressedByteSize,
![]() |
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. |