Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue #11307- Deprecate and remove processorhelper.NewUnhealthyProcessorCreateSettings #11376

Merged
merged 12 commits into from
Oct 8, 2024
Merged
3 changes: 2 additions & 1 deletion processor/processortest/unhealthy_processor.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ import (
"go.opentelemetry.io/collector/processor"
)

// NewUnhealthyProcessorCreateSettings returns a new nop settings for Create* functions.
// Deprecated: NewUnhealthyProcessorCreateSettings returns a new nop settings for Create* functions. To be removed in future.
olamideTiana marked this conversation as resolved.
Show resolved Hide resolved
// Use NewNopSettings instead.
func NewUnhealthyProcessorCreateSettings() processor.Settings {
return processor.Settings{
TelemetrySettings: componenttest.NewNopTelemetrySettings(),
Expand Down