I'm using the OpenTelemetry Collector Builder to build a distribution of the collector, and wanted to use your contextprocessor for adding an attribute to the context, to set the X-Org-ID header based on it - thanks so much for making this use-case viable!
However I'm hitting an issue with your go.mod , when running the builder I get:
module declares its path as: github.com/jriguera/opentelemetry-collector-contrib/processor/contextprocessor
but was required as: github.com/springernature/o11y-otel-contextprocessor/otelcol-dev/contextprocessor
I think it should be "github.com/springernature/o11y-otel-contextprocessor/otelcol-dev/contextprocessor" to match where it is hosted, which would allow using it in the builder (for example, this is the groupbyattrs processor's)
I'm using the OpenTelemetry Collector Builder to build a distribution of the collector, and wanted to use your contextprocessor for adding an attribute to the context, to set the X-Org-ID header based on it - thanks so much for making this use-case viable!
However I'm hitting an issue with your go.mod , when running the builder I get:
I think it should be "github.com/springernature/o11y-otel-contextprocessor/otelcol-dev/contextprocessor" to match where it is hosted, which would allow using it in the builder (for example, this is the groupbyattrs processor's)