package plugin

import "github.com/containerd/containerd/tracing/plugin"

Index

Types

type OTLPConfig

type OTLPConfig struct {
	Endpoint string `toml:"endpoint,omitempty"`
	Protocol string `toml:"protocol,omitempty"`
	Insecure bool   `toml:"insecure,omitempty"`
}

OTLPConfig holds the configurations for the built-in otlp span processor

type TraceConfig

type TraceConfig struct {
	ServiceName        string  `toml:"service_name,omitempty"`
	TraceSamplingRatio float64 `toml:"sampling_ratio,omitempty"`
}

TraceConfig is the common configuration for open telemetry.

Source Files

otlp.go

Version
v1.7.22
Published
Sep 9, 2024
Platform
js/wasm
Imports
19 packages
Last checked
13 minutes ago

Tools for package owners.