go.opencensus.io/stats.Float64Measure.M (method)
13 uses
go.opencensus.io/stats (current package)
measure_float64.go#L25: func (m *Float64Measure) M(v float64) Measurement {
go.opencensus.io/plugin/ocgrpc
stats_common.go#L158: ClientRoundtripLatency.M(latencyMillis)))
stats_common.go#L170: ServerLatency.M(latencyMillis)))
go.opencensus.io/plugin/ochttp
client_stats.go#L110: ClientRoundtripLatency.M(latencyMs),
client_stats.go#L111: ClientLatency.M(latencyMs),
server.go#L194: ServerLatency.M(float64(time.Since(t.start)) / float64(time.Millisecond)),
contrib.go.opencensus.io/integrations/ocsql
dbstats_go1.11.go#L34: MeasureWaitDuration.M(float64(dbStats.WaitDuration.Nanoseconds())/1e6),
observability.go#L174: _ = stats.RecordWithTags(ctx, tags, MeasureLatencyMs.M(timeSpentMs))
golang.org/x/pkgsite/cmd/prober
main.go#L361: }, firstByteLatency.M(latency))
golang.org/x/pkgsite/internal/fetch
fetch.go#L123: dcensus.RecordWithTag(ctx, dcensus.KeyStatus, strconv.Itoa(fr.Status), fetchLatency.M(latency))
golang.org/x/pkgsite/internal/frontend
fetch.go#L596: }, frontendFetchLatency.M(l))
golang.org/x/pkgsite/internal/middleware
caching.go#L80: }, cacheResults.M(1), cacheLatency.M(ms))
golang.org/x/pkgsite/internal/postgres
search.go#L237: searchLatency.M(latency))
 |
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. |