package plugin
import "github.com/containerd/containerd/tracing/plugin"
Index ¶
Types ¶
type OTLPConfig ¶
type OTLPConfig struct { Endpoint string `toml:"endpoint"` Protocol string `toml:"protocol"` Insecure bool `toml:"insecure"` }
OTLPConfig holds the configurations for the built-in otlp span processor
type TraceConfig ¶
type TraceConfig struct { ServiceName string `toml:"service_name"` TraceSamplingRatio float64 `toml:"sampling_ratio"` }
TraceConfig is the common configuration for open telemetry.
Source Files ¶
- Version
- v1.7.0-beta.3
- Published
- Jan 28, 2023
- Platform
- darwin/amd64
- Imports
- 18 packages
- Last checked
- 2 minutes ago –
Tools for package owners.