Skip to content

go.mod path incorrect #2

@Coalmine-Canary

Description

@Coalmine-Canary

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions