func go.opencensus.io/stats.Record
7 uses
go.opencensus.io/stats (current package)
record.go#L91: func Record(ctx context.Context, ms ...Measurement) {
go.opencensus.io/plugin/ochttp
client_stats.go#L54: stats.Record(ctx, ClientRequestCount.M(1))
server.go#L165: stats.Record(ctx, ServerRequestCount.M(1))
contrib.go.opencensus.io/integrations/ocsql
dbstats_go1.11.go#L29: stats.Record(ctx,
golang.org/x/pkgsite/internal/fetch
fetch.go#L125: stats.Record(ctx, fetchedPackages.M(int64(len(fr.PackageVersionStates))))
fetch.go#L172: stats.Record(ctx, fetchesShedded.M(1))
golang.org/x/pkgsite/internal/worker
metrics.go#L55: stats.Record(ctx, processingLag.M(d.Milliseconds()/1000))
![]() |
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. |