Skip to content

Conversation

@pitoniak32
Copy link
Contributor

related: #2320, #2322

Changes

Remove the ResourceDetector.detect() timeout option.

Merge requirement checklist

  • CONTRIBUTING guidelines followed
  • Unit tests added/updated (if applicable)
  • Appropriate CHANGELOG.md files updated for non-trivial, user-facing changes
  • Changes in public API reviewed (if applicable)

@pitoniak32 pitoniak32 requested a review from a team as a code owner November 23, 2024 23:44
@pitoniak32 pitoniak32 mentioned this pull request Nov 23, 2024
4 tasks
@codecov
Copy link

codecov bot commented Nov 23, 2024

Codecov Report

Attention: Patch coverage is 94.73684% with 1 line in your changes missing coverage. Please review.

Project coverage is 79.5%. Comparing base (506a4f9) to head (cdfaae7).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
opentelemetry-zipkin/src/exporter/mod.rs 0.0% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##            main   #2332     +/-   ##
=======================================
- Coverage   79.5%   79.5%   -0.1%     
=======================================
  Files        123     123             
  Lines      21479   21473      -6     
=======================================
- Hits       17084   17074     -10     
- Misses      4395    4399      +4     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@cijothomas cijothomas left a comment

Choose a reason for hiding this comment

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

Blocking accidental merge until #2332 (comment)

unsafe fn increment(&self, i: usize) {
let value = self.slice[i].get();
(*value).count = (*value).count + 1;
(*value).count += 1;
Copy link
Member

Choose a reason for hiding this comment

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

nit: Please remove unrelated changes.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

removed

@pitoniak32 pitoniak32 force-pushed the feat/remove-timeout-from-detectors branch 2 times, most recently from 123a37a to 5842b97 Compare December 4, 2024 04:29
@cijothomas cijothomas merged commit b35c0d6 into open-telemetry:main Dec 4, 2024
22 of 23 checks passed
@pitoniak32 pitoniak32 deleted the feat/remove-timeout-from-detectors branch December 4, 2024 13:05
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.

3 participants