type go.opentelemetry.io/otel/api/trace.B3
5 uses
go.opentelemetry.io/otel/api/trace (current package)
b3_propagator.go#L91: type B3 struct {
b3_propagator.go#L98: var _ propagation.HTTPPropagator = B3{}
b3_propagator.go#L103: func (b3 B3) Inject(ctx context.Context, supplier propagation.HTTPSupplier) {
b3_propagator.go#L145: func (b3 B3) Extract(ctx context.Context, supplier propagation.HTTPSupplier) context.Context {
b3_propagator.go#L174: func (b3 B3) GetAllKeys() []string {
![]() |
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. |