-
Notifications
You must be signed in to change notification settings - Fork 494
Closed
Labels
enhancementNew feature or requestNew feature or requesthelp wantedGood for taking. Extra help will be provided by maintainersGood for taking. Extra help will be provided by maintainers
Description
Since bazel 6.0, bazel added bzlmod dependency management and tracking system. Currently open telemetry is built by Bazel but is not published to the Bazel Central Regestry, which complicates importing open telemetry.
It would be awesome if open telemetry would be packaged to the BCR.
Is your feature request related to a problem?
Opentelemetry imports dependencies with own opentelemetry_cpp_deps
, which is not portable to bzlmod.
Describe the solution you'd like
Create MODULE.bazel and publish to the BCR
Describe alternatives you've considered
Continue using existing, but it's... Hard...
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedGood for taking. Extra help will be provided by maintainersGood for taking. Extra help will be provided by maintainers