go.opencensus.io/plugin/ochttp.tracker.reqSize (field)
6 uses
go.opencensus.io/plugin/ochttp (current package)
client_stats.go#L50: track.reqSize = -1
client_stats.go#L52: track.reqSize = req.ContentLength
client_stats.go#L91: reqSize int64
client_stats.go#L108: ClientSentBytes.M(t.reqSize),
client_stats.go#L114: if t.reqSize >= 0 {
client_stats.go#L115: m = append(m, ClientRequestBytes.M(t.reqSize))
![]() |
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. |