Skip to content

[BUILD] add missing link dependency for bazel#4220

Merged
marcalff merged 2 commits into
open-telemetry:mainfrom
grrtrr:issue_4219
Jul 8, 2026
Merged

[BUILD] add missing link dependency for bazel#4220
marcalff merged 2 commits into
open-telemetry:mainfrom
grrtrr:issue_4219

Conversation

@grrtrr

@grrtrr grrtrr commented Jul 7, 2026

Copy link
Copy Markdown
Contributor

This adds the //sdk/src/metrics link dependency for two libraries that need to use AdaptingCircularBufferCounter for Base2ExponentialHistogramPointData.

Fixes #4219.

Changes

Added the missing dependencies. Verified in our builds that the otlp_recordable no longer brings unresolved symbols into the build.

For significant contributions please make sure you have completed the following items:

  • CHANGELOG.md updated for non-trivial changes
  • Unit tests have been added
  • Changes in public API reviewed

This adds the `//sdk/src/metrics` link dependency for two libraries that need to use
`AdaptingCircularBufferCounter` for `Base2ExponentialHistogramPointData`.

Resolves open-telemetry#4219.
@grrtrr grrtrr requested a review from a team as a code owner July 7, 2026 19:06
@codecov

codecov Bot commented Jul 7, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 82.82%. Comparing base (4b58597) to head (f7815c3).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #4220   +/-   ##
=======================================
  Coverage   82.82%   82.82%           
=======================================
  Files         415      415           
  Lines       17431    17431           
=======================================
  Hits        14435    14435           
  Misses       2996     2996           
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@ThomsonTan

Copy link
Copy Markdown
Contributor

@grrtrr please fix the format.

@marcalff marcalff left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks for the fix.

@marcalff marcalff changed the title [exporters]: add missing link dependency [BUILD] add missing link dependency for bazel Jul 8, 2026
@marcalff marcalff merged commit 140ad3c into open-telemetry:main Jul 8, 2026
72 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Base2ExponentialHistogramPointData]: missing bazel //sdk/src/metrics dependency in 2 bazel targets

3 participants