Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LightstepTracing ¶
type OpenTelemetry ¶
type OpenTelemetry struct {
Endpoint string `json:"endpoint,omitempty"`
}
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 {
}
Click to show internal directories.
Click to hide internal directories.