type go.opentelemetry.io/otel/api/correlation.CorrelationContext
7 uses
go.opentelemetry.io/otel/api/correlation (current package)
correlation_context_propagator.go#L33: type CorrelationContext struct{}
correlation_context_propagator.go#L35: var _ propagation.HTTPPropagator = CorrelationContext{}
correlation_context_propagator.go#L40: return CorrelationContext{}
correlation_context_propagator.go#L44: func (CorrelationContext) Inject(ctx context.Context, supplier propagation.HTTPSupplier) {
correlation_context_propagator.go#L65: func (CorrelationContext) Extract(ctx context.Context, supplier propagation.HTTPSupplier) context.Context {
correlation_context_propagator.go#L116: func (CorrelationContext) GetAllKeys() []string {
go.opentelemetry.io/otel/api/global/internal
state.go#L126: ccPropagator := correlation.CorrelationContext{}
![]() |
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. |