Skip to content

Commit

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

* fix: fix port feature gate's description

* remove changelog
  • Loading branch information
aboguszewski-sumo authored and shalper2 committed Dec 6, 2022
1 parent 7271104 commit 2e23265
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 2e23265

Please sign in to comment.