Skip to content

Commit

Permalink
[chore] update the comment of the component package (#9798)
Browse files Browse the repository at this point in the history
Add connector as a type of component.
  • Loading branch information
atoulme committed Mar 30, 2024
1 parent b5ce283 commit 12cead6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion component/doc.go
Expand Up @@ -4,5 +4,5 @@
// Package component outlines the components used in the collector
// and provides a foundation for the component’s 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"

0 comments on commit 12cead6

Please sign in to comment.