Skip to content

Update EventBridge DSM topic naming#11603

Open
jeastham1993 wants to merge 2 commits into
masterfrom
james.eastham/dsm-event-bridge
Open

Update EventBridge DSM topic naming#11603
jeastham1993 wants to merge 2 commits into
masterfrom
james.eastham/dsm-event-bridge

Conversation

@jeastham1993

Copy link
Copy Markdown

What Does This Do

Update the naming convention for Amazon EventBridge DSM context injection as part of a standardisation across all tracers.

Motivation

Similar PR's have been raised across all tracers to standardise how the naming convention works for DSM EventBridge support. The layout was discussed between DSM eng team, PSA team and advocacy.

Additional Notes

Contributor Checklist

  • Format the title according to the contribution guidelines
  • Assign the type: and (comp: or inst:) labels in addition to any other useful labels
  • Avoid using close, fix, or any linking keywords when referencing an issue
    Use solves instead, and assign the PR milestone to the issue
  • Update the CODEOWNERS file on source file addition, migration, or deletion
  • Update public documentation with any new configuration flags or behaviors
  • Add your completed PR to the merge queue by commenting /merge. You can also:
    • Customize the commit message associated with the merge with /merge --commit-message "..."
    • Remove your PR from the merge queue with /merge -c
    • Skip all merge queue checks with /merge -f --reason "reason"; please use this judiciously, as some checks do not run at the PR-level (note: the PR still needs to be mergeable, this will only skip the pre-merge build)
    • Get more information in this doc

Jira ticket: [PROJ-IDENT]

@jeastham1993 jeastham1993 requested a review from a team as a code owner June 9, 2026 08:16
@jeastham1993 jeastham1993 added the type: enhancement Enhancements and improvements label Jun 9, 2026
@jeastham1993 jeastham1993 requested review from ygree and removed request for a team June 9, 2026 08:16
@jeastham1993 jeastham1993 added the comp: data streams Data Streams Monitoring label Jun 9, 2026
@datadog-datadog-prod-us1-2

This comment has been minimized.

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 88fb9c6f00

ℹ️ 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".

@@ -0,0 +1,36 @@
package datadog.trace.instrumentation.aws.v2.eventbridge;

import static org.junit.jupiter.api.Assertions.assertEquals;

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Add JUnit API to the test compile classpath

This module only adds Spock/Groovy to testImplementation and puts the JUnit 5 bundle on testRuntimeOnly in the shared Gradle setup, so this new Java test has no compile-time dependency for org.junit.jupiter.api.*. In this module, compileTestJava will fail as soon as it tries to compile this file unless the module adds a JUnit Jupiter API/implementation dependency or the test is written using the existing compile-time test dependencies.

Useful? React with 👍 / 👎.

@dd-octo-sts

dd-octo-sts Bot commented Jun 9, 2026

Copy link
Copy Markdown
Contributor

🟢 Java Benchmark SLOs — All performance SLOs passed

Suite Status
Startup 🟢 pass

SLO thresholds are defined here based on automatically generated metrics. A warning is raised when results are within 5% of the threshold.

PR vs. master results
Scenario Candidate master Δ (95% CI of mean)
startup:insecure-bank:iast:Agent 14.00 s 13.91 s [-0.5%; +1.8%] (no difference)
startup:insecure-bank:tracing:Agent 12.98 s 13.04 s [-1.6%; +0.6%] (no difference)
startup:petclinic:appsec:Agent 16.86 s 16.59 s [-0.3%; +3.5%] (no difference)
startup:petclinic:iast:Agent 16.74 s 16.88 s [-2.4%; +0.9%] (no difference)
startup:petclinic:profiling:Agent 16.71 s 16.63 s [-0.9%; +1.8%] (no difference)
startup:petclinic:sca:Agent 16.74 s 16.69 s [-1.5%; +2.1%] (no difference)
startup:petclinic:tracing:Agent 15.00 s 15.25 s [-13.6%; +10.4%] (unstable)

Commit: 15b84bbd · CI Pipeline · Benchmarking Platform UI


Load and DaCapo benchmarks can be triggered manually in the GitLab pipeline. Results will appear in the Benchmarking Platform UI after completion.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

comp: data streams Data Streams Monitoring type: enhancement Enhancements and improvements

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant