honeycombio / opentelemetry-collector-configs

Honeycomb Metrics-flavored OpenTelemetry Collector configuration
Apache License 2.0
7 stars 4 forks source link

unknown revision timestampprocessor v1.5.0 #40

Closed nicolasgere closed 1 year ago

nicolasgere commented 1 year ago

Hi, when trying to use the processor using the last version, I have an error. To repro:

  module: github.com/open-telemetry/opentelemetry-collector-builder
  include_core: true
  otelcol_version: "0.63.1"
processors:
  - gomod: "github.com/open-telemetry/opentelemetry-collector-contrib/processor/filterprocessor v0.63.0"
  - gomod: "github.com/open-telemetry/opentelemetry-collector-contrib/processor/metricstransformprocessor v0.63.0"
  - gomod: "github.com/honeycombio/opentelemetry-collector-configs/timestampprocessor v1.5.0"

and the error:

imports\n\tgo.opentelemetry.io/otel/sdk/trace/tracetest: github.com/honeycombio/opentelemetry-collector-configs/timestampprocessor@v1.5.0: reading github.com/honeycombio/opentelemetry-collector-configs/timestampprocessor/timestampprocessor/go.mod at revision timestampprocessor/v1.5.0: unknown revision timestampprocessor/v1.5.0\n
nicolasgere commented 1 year ago

It seems only the tag is missing

TylerHelmuth commented 1 year ago

@nicolasgere you're right, I missed the timestampprocessor tag. I have pushed the timestampprocessor/v1.5.0 tag, can you please try again?

pkanal commented 1 year ago

Closing this for now since the new tag has been pushed, we can reopen it if there are further concerns.