Skip to content

add batch processor deprecation warning#4648

Open
frzifus wants to merge 1 commit intoopen-telemetry:mainfrom
frzifus:batch-processor-deprecation-warning
Open

add batch processor deprecation warning#4648
frzifus wants to merge 1 commit intoopen-telemetry:mainfrom
frzifus:batch-processor-deprecation-warning

Conversation

@frzifus
Copy link
Copy Markdown
Member

@frzifus frzifus commented Jan 25, 2026

Description:

Link to tracking Issue(s):

  • Resolves: #issue-number

Testing:

Documentation:

@frzifus frzifus requested a review from a team as a code owner January 25, 2026 16:46
Signed-off-by: Benedikt Bongartz <bongartz@klimlive.de>
@frzifus frzifus force-pushed the batch-processor-deprecation-warning branch from eae0867 to ec4ffc2 Compare January 25, 2026 16:47

func (c *Config) ApplyDefaults(logger logr.Logger) ([]EventInfo, error) {
return c.applyDefaultForComponentKinds(logger, KindReceiver, KindExtension)
events, err := c.applyDefaultForComponentKinds(logger, KindReceiver, KindExtension)
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is the defaulter the best place to put this logic? I'd have expected it to live in the Validate methods and return an admission warning instead of an Event.

@iblancasa
Copy link
Copy Markdown
Contributor

I'm not sure about this because we have this PR in progress: open-telemetry/opentelemetry-collector#13583

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants