opentelemetry-go icon indicating copy to clipboard operation
opentelemetry-go copied to clipboard

could you please publish "exporters/otlp/internal" as module or publish new go.opentelemetry.io/otel/exporters/otlp ?

Open andyliuliming opened this issue 2 years ago • 1 comments

Description

when use the gazelle to do some tidy, the

go_repository(
        name = "io_opentelemetry_go_otel_exporters_otlp",
        build_file_generation = "on",
        build_file_proto_mode = "disable_global",
        importpath = "go.opentelemetry.io/otel/exporters/otlp",
        sum = "h1:PTNgq9MRmQqqJY0REVbZFvwkYOA85vbdQU/nVfxDyqg=",
        version = "v0.20.0",
    )

will be generated.

and that's because https://github.com/open-telemetry/opentelemetry-go/blob/exporters/otlp/v0.20.0/exporters/otlp/go.mod was ever published. and that one was picked by the gazelle automatically.

could you please help publish a new package version or the new module?

Environment

  • OS: [e.g. iOS]
  • Architecture: [e.g. x86, i386]
  • Go Version: [e.g. 1.15]
  • opentelemetry-go version: [e.g. v0.14.0, 3c7face]

Steps To Reproduce

  1. Use the configuration '...'
  2. Run '...'
  3. See error

Expected behavior

A clear and concise description of what you expected to happen.

andyliuliming avatar Jul 29 '22 15:07 andyliuliming

This issue is blocking my team from using this package at all. We had to strip the package out entirely to continue moving forward.

My Go version is 1.18.1 Bazel version 4.2.2

Steps to reproduce

  1. Run bazel run //:gazelle -- update-repos -from_file=.../go.mod -to_macro=deps.bzl%go_dependencies
  2. Run bazel run //:gazelle
  3. Try to start service up and then I get the mentioned error

michaelrios avatar Jul 29 '22 22:07 michaelrios

Screen Shot 2022-09-23 at 10 13 23 Screen Shot 2022-09-23 at 10 13 58 This issue also blocking my team's work. My work try to find `exporters/otlp/internal/envconfig` that is not exist in `exporters/otlp/v0.20.0` tag but exist in `v1.10.0` tag. Could you please release `exporters/otlp/v0.21.0`

dariuschandrafoodpanda avatar Sep 23 '22 03:09 dariuschandrafoodpanda

Any update on this issue?

gsagula avatar Aug 16 '23 01:08 gsagula

It should be fixed as part of https://github.com/open-telemetry/opentelemetry-go/releases/tag/v1.17.0

pellared avatar Sep 05 '23 12:09 pellared

It should be fixed as part of https://github.com/open-telemetry/opentelemetry-go/releases/tag/v1.17.0

MrAlias avatar Sep 14 '23 19:09 MrAlias