Skip to content

[exporters]: add missing link dependency#4220

Open
grrtrr wants to merge 2 commits into
open-telemetry:mainfrom
grrtrr:issue_4219
Open

[exporters]: add missing link dependency#4220
grrtrr wants to merge 2 commits into
open-telemetry:mainfrom
grrtrr:issue_4219

Conversation

@grrtrr

@grrtrr grrtrr commented Jul 7, 2026

Copy link
Copy Markdown

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 (1c56fcc).

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.

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

2 participants