diff --git a/.changeset/otel-collector-all-contrib-components.md b/.changeset/otel-collector-all-contrib-components.md new file mode 100644 index 00000000..a30fd172 --- /dev/null +++ b/.changeset/otel-collector-all-contrib-components.md @@ -0,0 +1,11 @@ +--- +'@hyperdx/otel-collector': minor +--- + +feat: Include all OTel Collector Contrib components in builder-config.yaml + +Expand the OCB builder manifest to include all receivers, processors, exporters, +extensions, connectors, and configuration providers from the upstream +opentelemetry-collector-contrib distribution. This allows users to reference any +supported component in their custom OTel config files without the collector +binary failing to load.