opentelemetry-collector/component/doc.go

9 lines
396 B
Go
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

// Copyright The OpenTelemetry Authors
// SPDX-License-Identifier: Apache-2.0
// 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, an extension, or a connector.
package component // import "go.opentelemetry.io/collector/component"