Skip to content

Feat/service review#613

Merged
jeastham1993 merged 3 commits intomainfrom
feat/service-review
Mar 4, 2026
Merged

Feat/service review#613
jeastham1993 merged 3 commits intomainfrom
feat/service-review

Conversation

@jeastham1993
Copy link
Copy Markdown
Collaborator

What does this PR do?

Motivation

Testing Guidelines

Additional Notes

Types of Changes

  • Bug fix
  • New feature
  • Breaking change
  • Misc (docs, refactoring, dependency upgrade, etc.)

Check all that apply

  • This PR's description is comprehensive
  • This PR contains breaking changes that are documented in the description
  • This PR introduces new APIs or parameters that are documented and unlikely to change in the foreseeable future
  • This PR impacts documentation, and it has been updated (or a ticket has been logged)
  • This PR's changes are covered by the automated tests
  • This PR collects user input/sensitive content into Datadog

Copy link
Copy Markdown

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

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: 0e8cd0d0c8

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

_, ok := tracer.SetDataStreamsCheckpointWithParams(ctx, options.CheckpointParams{
ServiceOverride: "productservice-publiceventpublisher",
}, "direction:out", "type:eventbridge", "topic:"+cloudEvent.Type, "manual_checkpoint:true")
}, "direction:out", "type:sns", "topic:"+cloudEvent.Type, "manual_checkpoint:true")
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P2 Badge Keep DSM checkpoint transport as eventbridge

These publishers send events through eventbridge.PutEvents and also tag spans with messaging.system = aws_eventbridge, but the checkpoint transport was changed to type:sns; this misclassifies the stream in Datadog Data Streams and can merge EventBridge traffic into SNS pathways, degrading the accuracy of cross-service flow metrics for product public events. Use type:eventbridge for these checkpoint tags (as in the previous implementation).

Useful? React with 👍 / 👎.

@jeastham1993 jeastham1993 merged commit ee32d25 into main Mar 4, 2026
22 of 28 checks passed
@jeastham1993 jeastham1993 deleted the feat/service-review branch March 4, 2026 15:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant