Skip to content

Commit 803928e

Browse files
committed
feat: add missing core OTel Collector extensions to builder-config.yaml
Add memorylimiterextension and zpagesextension from the upstream opentelemetry-collector core distribution. These were the only core components missing from our builder manifest. Refs: HDX-4029
1 parent 6e9a553 commit 803928e

2 files changed

Lines changed: 16 additions & 0 deletions

File tree

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
'@hyperdx/otel-collector': minor
3+
---
4+
5+
feat: Add missing core OTel Collector extensions (memorylimiterextension, zpagesextension)
6+
7+
Include the two core extensions from the upstream opentelemetry-collector that
8+
were not previously listed in builder-config.yaml. This ensures users can use
9+
zpages and the memory limiter extension in their custom OTel configs.

packages/otel-collector/builder-config.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,13 @@ connectors:
8383
v__OTEL_COLLECTOR_VERSION__
8484

8585
extensions:
86+
# Core
87+
- gomod:
88+
go.opentelemetry.io/collector/extension/memorylimiterextension
89+
v__OTEL_COLLECTOR_VERSION__
90+
- gomod:
91+
go.opentelemetry.io/collector/extension/zpagesextension
92+
v__OTEL_COLLECTOR_VERSION__
8693
# Contrib
8794
- gomod:
8895
github.com/open-telemetry/opentelemetry-collector-contrib/extension/bearertokenauthextension

0 commit comments

Comments
 (0)