Skip to content

Commit

Permalink
[chore] Fix in-code stability level for azureeventhub receiver (#16225)
Browse files Browse the repository at this point in the history
  • Loading branch information
djaglowski authored Nov 9, 2022
1 parent e3fccb7 commit d397c98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion receiver/azureeventhubreceiver/factory.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const (
// The value of "type" key in configuration.
typeStr = "azureeventhub"
// The stability level of the exporter.
stability = component.StabilityLevelInDevelopment
stability = component.StabilityLevelAlpha
)

// NewFactory creates a factory for the Azure Event Hub receiver.
Expand Down

0 comments on commit d397c98

Please sign in to comment.