Skip to content

chore: run CI on community PR #10173 - #10209

Closed
BridgeAR wants to merge 1 commit into
masterfrom
BridgeAR/tmp-ci-run-10173-1788871806
Closed

chore: run CI on community PR #10173#10209
BridgeAR wants to merge 1 commit into
masterfrom
BridgeAR/tmp-ci-run-10173-1788871806

Conversation

@BridgeAR

@BridgeAR BridgeAR commented Sep 8, 2026

Copy link
Copy Markdown
Member

This is a temporary PR to allow running CI on the community PR #10173. It should be closed after CI has completed running.

A guardContent block scopes a Bedrock guardrail to part of a Converse turn, usually the user question. The LLM Observability walker treated it as an unsupported block and recorded a placeholder, so the llm span kept the surrounding context and lost the question. Read guardContent.text.text like a plain text block. Input-only block, so response and stream extraction are unchanged.

Fixes #10172
@datadog-official

datadog-official Bot commented Sep 8, 2026

Copy link
Copy Markdown

Pipelines  Tests

⚠️ Warnings

Your PR has failed checks. Please review the issues below and take necessary action before merging.

🚦 4 Pipeline jobs failed

All Green | all-green

View more details · View in GitHub Actions

Missing required environment variables; have you set 'id-token: write' in your workflow permissions?

CodeQL | Analyze (javascript)

View more details · View in GitHub Actions

Missing required workflow permissions. Ensure 'id-token: write' is set.

Project | package-size-report

View more details · View in GitHub Actions

Missing required workflow permissions. Ensure 'id-token: write' is set.

View all 4 failed jobs.

ℹ️ Info

No other issues found (see more)

🧪 All tests passed
❄️ No new flaky tests detected

🎯 Code Coverage (details)
Patch Coverage: 100.00%
Overall Coverage: 98.16% (+0.01%)

Useful? React with 👍 / 👎

This comment will be updated automatically if new data arrives.
🔗 Commit SHA: ebe1921 | Docs | View more details | Give us feedback!

@dd-octo-sts

dd-octo-sts Bot commented Sep 8, 2026

Copy link
Copy Markdown
Contributor

Overall package size

Self size: 8.85 MB
Deduped: 9.52 MB
No deduping: 9.52 MB

Dependency sizes | name | version | self size | total size | |------|---------|-----------|------------| | import-in-the-middle | 3.4.0 | 127.33 kB | 447.04 kB | | opentracing | 0.14.7 | 194.81 kB | 194.81 kB | | dc-polyfill | 0.1.11 | 25.74 kB | 25.74 kB |

🤖 This report was automatically generated by heaviest-objects-in-the-universe

@codecov

codecov Bot commented Sep 8, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.67%. Comparing base (ca391e1) to head (ebe1921).
⚠️ Report is 22 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master   #10209      +/-   ##
==========================================
+ Coverage   98.65%   98.67%   +0.02%     
==========================================
  Files        1005     1005              
  Lines      157435   158065     +630     
  Branches       74       74              
==========================================
+ Hits       155312   155978     +666     
+ Misses       2123     2087      -36     
Flag Coverage Δ
ai-guard 64.99% <0.00%> (-0.04%) ⬇️
apm-capabilities 63.75% <0.00%> (+0.65%) ⬆️
apm-integrations 81.41% <ø> (-0.02%) ⬇️
appsec 58.83% <ø> (+0.11%) ⬆️
debugger 69.80% <ø> (-0.04%) ⬇️
instrumentation 53.68% <ø> (-0.06%) ⬇️
llmobs 79.00% <100.00%> (-0.02%) ⬇️
master-coverage 98.67% <100.00%> (?)
openfeature 66.37% <ø> (-0.04%) ⬇️
platform 69.30% <ø> (-0.02%) ⬇️
profiling 66.74% <ø> (-0.03%) ⬇️
serverless 65.70% <100.00%> (-0.03%) ⬇️
test-optimization 82.80% <ø> (+0.11%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@pr-commenter

pr-commenter Bot commented Sep 8, 2026

Copy link
Copy Markdown

Benchmarks

Benchmark execution time: 2026-09-08 13:10:39

Comparing candidate commit ebe1921 in PR branch BridgeAR/tmp-ci-run-10173-1788871806 with baseline commit ca391e1 in branch master.

📊 Benchmarking dashboard

Found 0 performance improvements and 0 performance regressions! Performance is the same for 2303 metrics, 10 unstable metrics.

Explanation

This is an A/B test comparing a candidate commit's performance against that of a baseline commit. Performance changes are noted in the tables below as:

  • 🟩 = significantly better candidate vs. baseline
  • 🟥 = significantly worse candidate vs. baseline

We compute a confidence interval (CI) over the relative difference of means between metrics from the candidate and baseline commits, considering the baseline as the reference.

If the CI is entirely outside the configured SIGNIFICANT_IMPACT_THRESHOLD (or the deprecated UNCONFIDENCE_THRESHOLD), the change is considered significant.

Feel free to reach out to #apm-benchmarking-platform on Slack if you have any questions.

More details about the CI and significant changes

You can imagine this CI as a range of values that is likely to contain the true difference of means between the candidate and baseline commits.

CIs of the difference of means are often centered around 0%, because often changes are not that big:

---------------------------------(------|---^--------)-------------------------------->
                              -0.6%    0%  0.3%     +1.2%
                                 |          |        |
         lower bound of the CI --'          |        |
sample mean (center of the CI) -------------'        |
         upper bound of the CI ----------------------'

As described above, a change is considered significant if the CI is entirely outside the configured SIGNIFICANT_IMPACT_THRESHOLD (or the deprecated UNCONFIDENCE_THRESHOLD).

For instance, for an execution time metric, this confidence interval indicates a significantly worse performance:

----------------------------------------|---------|---(---------^---------)---------->
                                       0%        1%  1.3%      2.2%      3.1%
                                                  |   |         |         |
       significant impact threshold --------------'   |         |         |
                      lower bound of CI --------------'         |         |
       sample mean (center of the CI) --------------------------'         |
                      upper bound of CI ----------------------------------'

Unstable benchmarks

These benchmarks have a confidence interval too wide to call a change; treat them as noise rather than signal.

scenario:appsec-appsec-enabled-24

  • unstable max_rss_usage [-26.195MB; +9.144MB] or [-9.204%; +3.213%]

scenario:appsec-iast-with-vulnerability-iast-enabled-default-config-20

  • unstable max_rss_usage [-10.411MB; +27.588MB] or [-2.992%; +7.930%]

scenario:debugger-line-probe-without-snapshot-20

  • unstable max_rss_usage [-7.940MB; +12.492MB] or [-4.557%; +7.169%]

scenario:encoders-0.4-immediate-flush-20

  • unstable max_rss_usage [-6.101MB; +11.095MB] or [-7.969%; +14.492%]

scenario:llmobs-encode-unicode-mixed-20

  • unstable max_rss_usage [-9382.894KB; +9177.294KB] or [-12.256%; +11.987%]

scenario:plugin-aws-sdk-extract-response-body-24

  • unstable execution_time [-269.296ms; +273.067ms] or [-5.025%; +5.095%]

scenario:plugin-graphql-long-with-depth-off-26

  • unstable max_rss_usage [-12.921MB; +20.131MB] or [-6.845%; +10.664%]

scenario:plugin-graphql-long-with-depth-on-max-26

  • unstable max_rss_usage [-19394.454KB; +19069.654KB] or [-10.295%; +10.122%]

scenario:plugin-memcached-get-24

  • unstable execution_time [-140.840ms; +206.738ms] or [-5.836%; +8.566%]
  • unstable throughput [-1038297.264op/s; +711743.045op/s] or [-6.291%; +4.312%]

@BridgeAR BridgeAR closed this Sep 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants