[chore] update the comment of the component package (#9798)

Add connector as a type of component.
This commit is contained in:
Antoine Toulme 2024-03-29 18:19:03 -07:00 committed by GitHub
parent b5ce2836c3
commit 12cead60ac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -4,5 +4,5 @@
// Package component outlines the components used in the collector
// and provides a foundation for the components creation and
// termination process. A component can be either a receiver, exporter,
// processor, or an extension.
// processor, an extension, or a connector.
package component // import "go.opentelemetry.io/collector/component"