type go.opencensus.io/trace.Config
6 uses
go.opencensus.io/trace (current package)
config.go#L24: type Config struct {
config.go#L63: func ApplyConfig(cfg Config) {
config.go#L66: c := *config.Load().(*Config)
trace.go#L208: cfg := config.Load().(*Config)
trace.go#L548: config.Store(&Config{
golang.org/x/pkgsite/internal/dcensus
dcensus.go#L86: trace.ApplyConfig(trace.Config{DefaultSampler: trace.ProbabilitySampler(0.01)})
![]() |
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. |