Skip to content

Commit 0bed6e5

Browse files
committed
added stability level
1 parent 0e46bea commit 0bed6e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

factory.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@ func NewFactory() component.ReceiverFactory {
4343
return component.NewReceiverFactory(
4444
typeStr,
4545
createDefaultConfig,
46-
component.WithTracesReceiver(createTracesReceiver))
46+
component.WithTracesReceiver(createTracesReceiver, component.StabilityLevelAlpha))
4747
}

0 commit comments

Comments
 (0)