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

fix: increment error caching counter when trace not sampled #10631

Merged
merged 3 commits into from
Feb 13, 2025

Conversation

56quarters
Copy link
Contributor

@56quarters 56quarters commented Feb 12, 2025

What this PR does

Fixes an issue introduced in where a counter was only incremented when a particular trace was sampled instead of always.

Which issue(s) this PR fixes or relates to

Related #10537

Checklist

  • Tests updated.
  • Documentation added.
  • CHANGELOG.md updated - the order of entries should be [CHANGE], [FEATURE], [ENHANCEMENT], [BUGFIX].
  • about-versioning.md updated with experimental features.

Fixes an issue introduced in #10537 where a counter was only incremented
when a particular trace was sampled instead of always.

Signed-off-by: Nick Pillitteri <[email protected]>
Signed-off-by: Nick Pillitteri <[email protected]>
@56quarters 56quarters marked this pull request as ready for review February 12, 2025 16:13
@56quarters 56quarters requested a review from a team as a code owner February 12, 2025 16:13
@56quarters 56quarters enabled auto-merge (squash) February 12, 2025 16:53
@56quarters 56quarters closed this Feb 12, 2025
auto-merge was automatically disabled February 12, 2025 16:56

Pull request was closed

@56quarters 56quarters reopened this Feb 12, 2025
Co-authored-by: Taylor C <[email protected]>
@56quarters 56quarters enabled auto-merge (squash) February 13, 2025 17:38
@56quarters 56quarters merged commit 96bc4eb into main Feb 13, 2025
28 checks passed
@56quarters 56quarters deleted the 56quarters/counter branch February 13, 2025 18:02
ying-jeanne pushed a commit that referenced this pull request Feb 19, 2025
* fix: increment error caching counter when trace not sampled

Fixes an issue introduced in #10537 where a counter was only incremented
when a particular trace was sampled instead of always.

Signed-off-by: Nick Pillitteri <[email protected]>

* Changelog

Signed-off-by: Nick Pillitteri <[email protected]>

* Update CHANGELOG.md

Co-authored-by: Taylor C <[email protected]>

---------

Signed-off-by: Nick Pillitteri <[email protected]>
Co-authored-by: Taylor C <[email protected]>
ying-jeanne pushed a commit that referenced this pull request Feb 20, 2025
* fix: increment error caching counter when trace not sampled

Fixes an issue introduced in #10537 where a counter was only incremented
when a particular trace was sampled instead of always.

Signed-off-by: Nick Pillitteri <[email protected]>

* Changelog

Signed-off-by: Nick Pillitteri <[email protected]>

* Update CHANGELOG.md

Co-authored-by: Taylor C <[email protected]>

---------

Signed-off-by: Nick Pillitteri <[email protected]>
Co-authored-by: Taylor C <[email protected]>
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