From 52db7edab3780189484883c406b2b9489a6018f5 Mon Sep 17 00:00:00 2001 From: Sindy Li Date: Wed, 14 Aug 2024 11:41:42 -0700 Subject: [PATCH] Trigger precommit --- exporter/otlpexporter/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exporter/otlpexporter/config.go b/exporter/otlpexporter/config.go index 6466a54c866..2aec2995054 100644 --- a/exporter/otlpexporter/config.go +++ b/exporter/otlpexporter/config.go @@ -25,7 +25,7 @@ type Config struct { RetryConfig configretry.BackOffConfig `mapstructure:"retry_on_failure"` // Experimental: This configuration is at the early stage of development and may change without backward compatibility - // until https://github.com/open-telemetry/opentelemetry-collector/issues/8122 is resolved. + // until https://github.com/open-telemetry/opentelemetry-collector/issues/8122 is resolved BatcherConfig exporterbatcher.Config `mapstructure:"batcher"` configgrpc.ClientConfig `mapstructure:",squash"` // squash ensures fields are correctly decoded in embedded struct.