go.opentelemetry.io/otel/api/trace.SpanContext.IsSampled (method)
3 uses
go.opentelemetry.io/otel/api/trace (current package)
b3_propagator.go#L115: if sc.IsSampled() {
b3_propagator.go#L135: if sc.IsSampled() {
span_context.go#L195: func (sc SpanContext) IsSampled() bool {
![]() |
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. |