type go.opentelemetry.io/otel/api/propagation.HTTPPropagator
6 uses
go.opentelemetry.io/otel/api/propagation (current package)
propagation.go#L77: type HTTPPropagator interface {
go.opentelemetry.io/otel/api/correlation
correlation_context_propagator.go#L35: var _ propagation.HTTPPropagator = CorrelationContext{}
correlation_context_propagator.go#L39: func DefaultHTTPPropagator() propagation.HTTPPropagator {
go.opentelemetry.io/otel/api/trace
b3_propagator.go#L98: var _ propagation.HTTPPropagator = B3{}
trace_context_propagator.go#L43: var _ propagation.HTTPPropagator = TraceContext{}
trace_context_propagator.go#L47: func DefaultHTTPPropagator() propagation.HTTPPropagator {
![]() |
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. |