diff --git a/receiver/apachereceiver/scraper.go b/receiver/apachereceiver/scraper.go index a983afefdabd..c3676800a2c2 100644 --- a/receiver/apachereceiver/scraper.go +++ b/receiver/apachereceiver/scraper.go @@ -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."), ) }