Skip to content

Commit

Permalink
added stability level
Browse files Browse the repository at this point in the history
  • Loading branch information
lil-pasta committed Sep 15, 2022
1 parent 0e46bea commit 0bed6e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion factory.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ func NewFactory() component.ReceiverFactory {
return component.NewReceiverFactory(
typeStr,
createDefaultConfig,
component.WithTracesReceiver(createTracesReceiver))
component.WithTracesReceiver(createTracesReceiver, component.StabilityLevelAlpha))
}

0 comments on commit 0bed6e5

Please sign in to comment.