fix(appsec): add WAF and RASP duration telemetry#18110
Conversation
Codeowners resolved as |
741ba96 to
b0dd169
Compare
BenchmarksBenchmark execution time: 2026-05-19 07:10:41 Comparing candidate commit c8ec992 in PR branch Found 0 performance improvements and 1 performance regressions! Performance is the same for 66 metrics, 0 unstable metrics. scenario:iastaspectsospath-ospathbasename_aspect
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: f3333793d3
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
|
/merge |
|
View all feedbacks in Devflow UI.
The expected merge time in
The merge request has been interrupted because the build 0 took longer than expected. The current limit for the base branch 'main' is 120 minutes. |
|
/merge |
|
View all feedbacks in Devflow UI.
The expected merge time in
The merge request has been interrupted because the build 0 took longer than expected. The current limit for the base branch 'main' is 120 minutes. |
🎉 All green!❄️ No new flaky tests detected 🔗 Commit SHA: c8ec992 | Docs | Datadog PR Page | Give us feedback! |
## Description Adds AppSec instrumentation telemetry distributions for WAF and RASP execution durations, matching tracer-wide semantics by reporting aggregate request/context values with `event_rules_version` and `waf_version` tags. ## Testing - Passes regular dd-trace-py unit tests ## Risks Low. Telemetry-only change; no tracing payload or blocking behavior changes. ## Additional Notes Includes release note. Co-authored-by: florentin.labelle <florentin.labelle@datadoghq.com>
APPSEC-62670
APPSEC-62671
Description
Adds AppSec instrumentation telemetry distributions for WAF and RASP execution durations, matching tracer-wide semantics by reporting aggregate request/context values with
event_rules_versionandwaf_versiontags.Testing
Risks
Low. Telemetry-only change; no tracing payload or blocking behavior changes.
Additional Notes
Includes release note.