func go.opencensus.io/trace.BoolAttribute
7 uses
go.opencensus.io/trace (current package)
basetypes.go#L53: func BoolAttribute(key string, value bool) Attribute {
go.opencensus.io/plugin/ocgrpc
trace_common.go#L90: trace.BoolAttribute("Client", rs.Client),
trace_common.go#L91: trace.BoolAttribute("FailFast", rs.FailFast))
go.opencensus.io/plugin/ochttp
span_annotating_client_trace.go#L71: trace.BoolAttribute("httptrace.got_connection.reused", info.Reused),
span_annotating_client_trace.go#L72: trace.BoolAttribute("httptrace.got_connection.was_idle", info.WasIdle),
cloud.google.com/go/internal/trace
trace.go#L98: a = trace.BoolAttribute(k, v)
contrib.go.opencensus.io/integrations/ocsql
driver.go#L866: return trace.BoolAttribute(key, v)
 |
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. |