package otelutil
import "github.com/dotcloud/docker/internal/otelutil"
Index ¶
Types ¶
type EnvironCarrier ¶
type EnvironCarrier struct { TraceParent, TraceState string }
func PropagateFromEnvironment ¶
func PropagateFromEnvironment() *EnvironCarrier
func (*EnvironCarrier) Environ ¶
func (c *EnvironCarrier) Environ() []string
func (*EnvironCarrier) Get ¶
func (c *EnvironCarrier) Get(key string) string
Get returns the value associated with the passed key.
func (*EnvironCarrier) Keys ¶
func (c *EnvironCarrier) Keys() []string
Keys lists the keys stored in this carrier.
func (*EnvironCarrier) Set ¶
func (c *EnvironCarrier) Set(key, value string)
Set stores the key-value pair.
Source Files ¶
- Version
- v27.0.0-rc.2+incompatible
- Published
- Jun 17, 2024
- Platform
- js/wasm
- Imports
- 1 packages
- Last checked
- 3 minutes ago –
Tools for package owners.