You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changes the directionality of throughput SLO checks.
Motivation
We want the throughputs of instrumented applications to be as high as possible, so I've changed the threshold expression from throughput < 40 op/s to throughput > 30 op/s.
The 30 was determined by looking at latest measurements and computing a low enough threshold that wouldn't trigger warnings:
2025-09-05 08:10:12 UTC ℹ️ Start processing command /merge
2025-09-05 08:10:22 UTC ℹ️ MergeQueue: waiting for PR to be ready
This merge request is not mergeable yet, because of pending checks/missing approvals. It will be added to the queue as soon as checks pass and/or get approvals. Note: if you pushed new commits since the last approval, you may need additional approval.
You can remove it from the waiting list with /remove command.
2025-09-05 10:47:06 UTC ℹ️ MergeQueue: merge request added to the queue
The expected merge time in main is approximately 15m (p90).
2025-09-05 10:59:55 UTC ℹ️ MergeQueue: This merge request was merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What does this PR do?
Changes the directionality of throughput SLO checks.
Motivation
We want the throughputs of instrumented applications to be as high as possible, so I've changed the threshold expression from
throughput < 40 op/stothroughput > 30 op/s.The
30was determined by looking at latest measurements and computing a low enough threshold that wouldn't trigger warnings:https://app.datadoghq.com/dashboard/w6a-xc3-kyz/apm-sdk-performance-slos?fromUser=false&refresh_mode=sliding&tpl_var_metric%5B0%5D=throughput&tpl_var_project%5B0%5D=dd-trace-go&from_ts=1754054525311&to_ts=1756732925311&live=true
Reviewer's Checklist
./scripts/lint.shlocally.Unsure? Have a question? Request a review!