var go.opencensus.io/trace.defaultLatencies
9 uses
go.opencensus.io/trace (current package)
spanbucket.go#L26: var defaultLatencies = [...]time.Duration{
spanbucket.go#L111: for i < len(defaultLatencies) && latency >= defaultLatencies[i] {
spanbucket.go#L124: return 0, defaultLatencies[index]
spanbucket.go#L126: if index == len(defaultLatencies) {
spanbucket.go#L127: return defaultLatencies[index-1], 1<<63 - 1
spanbucket.go#L129: return defaultLatencies[index-1], defaultLatencies[index]
spanstore.go#L198: latency: make([]bucket, len(defaultLatencies)+1),
![]() |
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. |