observatorium / opentelemetry-collector-builder

A CLI tool that generates OpenTelemetry Collector binaries based on a manifest.
Apache License 2.0
21 stars 2 forks source link

question on how to include extensions #35

Closed pkalvagit closed 1 year ago

pkalvagit commented 1 year ago

Hi, I using this builder and building custom collector with manifest file. I am implementing authentication extension. but i dont see my custom extension and any other contrib extnesions are not getting included. in comments.go file, i notice no extensions were included.

Could anyone help how to include extensions (contrib and custom developed) in custom collector?

let me know for additional details needed.

mainfest file:

dist: name: otelcol-custom description: OpenTelemetry Custom Collector Distribution version: 0.69.0-0.0.1-beta.0 otelcol_version: 0.69.0 output_path: ./otelcol-custom

receivers:

exporters:

extension:

processors:

replaces:

pkalvagit commented 1 year ago

I am trying something to include extensions... I will reopen if not able to do so.