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(am1): Add span count metric (unrevert) #75827

Merged
merged 3 commits into from
Aug 8, 2024

Conversation

k-fish
Copy link
Member

@k-fish k-fish commented Aug 8, 2024

We ran into trouble with the previous PR due to a few issues; a typo in the name, exception logging in the 'has' causing a thundering herd of exceptions, and the condition order causing the problem to not trip tests / soak time.

original PR for context: #75485

Notes:

  • am3_tier vs am3-tier as a result of a bad copy paste (out of a thread instead of the file it's registered)
  • logger.exception circumventing the try / except, already fixed here
  • Conditional order has organizations:dynamic-sampling first, which causes an early shortcut of the and

We ran into trouble with the previous PR due to a few issues; a typo in the name, exception logging in the 'has' causing a thundering herd of exceptions, and the condition order causing the problem to not trip tests / soak time.
@k-fish k-fish requested a review from wmak August 8, 2024 15:29
@k-fish k-fish requested a review from a team as a code owner August 8, 2024 15:29
@github-actions github-actions bot added the Scope: Backend Automatically applied to PRs that change backend components label Aug 8, 2024
@k-fish k-fish merged commit 864255d into master Aug 8, 2024
48 checks passed
@k-fish k-fish deleted the ref/am1/add-metrics-count-again branch August 8, 2024 17:35
@github-actions github-actions bot locked and limited conversation to collaborators Aug 24, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Scope: Backend Automatically applied to PRs that change backend components
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants