Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct {
// Endpoint is the OTLP gRPC target (e.g. "localhost:4317").
// Empty string disables exporting but still installs real SDK providers.
Endpoint string
ServiceName string
Version string
DBPath string
Insecure bool
}
Config controls Spaniel's own OTLP self-telemetry.
Click to show internal directories.
Click to hide internal directories.