Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // OtelTracerNameKey is OpenTelemetry context key OtelTracerNameKey = &ContextKey{name: "tracer_name"} //nolint:gochecknoglobals // PsrContextKey is a context key. It can be used in the http attributes // immutable PsrContextKey = &ContextKey{"psr_attributes"} //nolint:gochecknoglobals )
Functions ¶
This section is empty.
Types ¶
type ContextKey ¶
type ContextKey struct {
// contains filtered or unexported fields
}
func (*ContextKey) String ¶
func (ck *ContextKey) String() string
Click to show internal directories.
Click to hide internal directories.