fix integration client vendor
Signed-off-by: Michael Crosby <michael@thepasture.io>
This commit is contained in:
@@ -67,8 +67,6 @@ type Config struct {
|
||||
Timeouts map[string]string `toml:"timeouts"`
|
||||
// Imports are additional file path list to config files that can overwrite main config file fields
|
||||
Imports []string `toml:"imports"`
|
||||
// OpenTelemetry configuration
|
||||
OpenTelemetry OpenTelemetryConfig `toml:"otel"`
|
||||
// StreamProcessors configuration
|
||||
StreamProcessors map[string]StreamProcessor `toml:"stream_processors"`
|
||||
}
|
||||
@@ -167,14 +165,6 @@ type ProxyPlugin struct {
|
||||
Address string `toml:"address"`
|
||||
}
|
||||
|
||||
// OpenTelemetryConfig provides open telemetry configuration
|
||||
type OpenTelemetryConfig struct {
|
||||
ServiceName string `toml:"service_name"`
|
||||
ExporterName string `toml:"exporter_name"`
|
||||
ExporterEndpoint string `toml:"exporter_endpoint"`
|
||||
TraceSamplingRatio float64 `toml:"trace_sampling_ratio"`
|
||||
}
|
||||
|
||||
// BoltConfig defines the configuration values for the bolt plugin, which is
|
||||
// loaded here, rather than back registered in the metadata package.
|
||||
type BoltConfig struct {
|
||||
|
||||
Reference in New Issue
Block a user