Skip to content

Commit

Permalink
[chore]: fix port feature gate's description in apachereceiver (#16280)
Browse files Browse the repository at this point in the history
* fix: fix port feature gate's description

* remove changelog
  • Loading branch information
aboguszewski-sumo committed Nov 15, 2022
1 parent 4301de2 commit 73f6384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion receiver/apachereceiver/scraper.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ func init() {
featuregate.GetRegistry().MustRegisterID(
EmitPortAsResourceAttribute,
featuregate.StageAlpha,
featuregate.WithRegisterDescription("When enabled, the port of the server will be sent as an apache.server.name resource attribute."),
featuregate.WithRegisterDescription("When enabled, the port of the server will be sent as an apache.server.port resource attribute."),
)
}

Expand Down

0 comments on commit 73f6384

Please sign in to comment.