tracing

package
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 30, 2026 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type LightstepTracing

type LightstepTracing struct {
	Endpoint    string `json:"endpoint"`
	Credentials string `json:"credentials,omitempty"`
}

type OpenTelemetry

type OpenTelemetry struct {
	Endpoint string `json:"endpoint"`
}

type Tracing

type Tracing struct {
	Sampling   float32            `json:"sampling"`
	Lightstep  *LightstepTracing  `json:"lightstep,omitempty"`
	CustomTags *TracingCustomTags `json:"customTags,omitempty"`
	Provider   *TracingProvider   `json:"provider,omitempty"`
}

type TracingCustomTag

type TracingCustomTag struct {
	Literal *TracingCustomTagLiteral `json:"literal,omitempty"`
}

type TracingCustomTagLiteral

type TracingCustomTagLiteral struct {
	Value string `json:"value,omitempty"`
}

type TracingCustomTags

type TracingCustomTags map[string]TracingCustomTag

type TracingProvider

type TracingProvider struct {
	Otel         *OpenTelemetry               `json:"otel,omitempty"`
	Lightstep    *LightstepTracing            `json:"lightstep,omitempty"`
	Controlplane *TracingProviderControlplane `json:"controlplane,omitempty"`
}

type TracingProviderControlplane

type TracingProviderControlplane struct {
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL