Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
andyliuliming opened this issue Jul 29, 2022 · 5 comments
Labels
bug Something isn't working
Milestone

Comments

@andyliuliming
Copy link

andyliuliming commented Jul 29, 2022

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.

@michaelrios
Copy link

michaelrios commented Jul 29, 2022

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

@dariuschandrafoodpanda
Copy link

dariuschandrafoodpanda commented Sep 23, 2022

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`

@gsagula
Copy link

gsagula commented Aug 16, 2023

Any update on this issue?

@pellared
Copy link
Member

pellared commented Sep 5, 2023

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

@MrAlias
Copy link
Contributor

MrAlias commented Sep 14, 2023

@MrAlias MrAlias closed this as completed Sep 14, 2023
@XSAM XSAM added this to the untracked milestone Nov 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

7 participants