Skip to content

Fix aws timeseries requests misdetected as dynamodb#13579

Merged
laurit merged 1 commit intoopen-telemetry:mainfrom
laurit:aws-dynamo
Mar 25, 2025
Merged

Fix aws timeseries requests misdetected as dynamodb#13579
laurit merged 1 commit intoopen-telemetry:mainfrom
laurit:aws-dynamo

Conversation

@laurit
Copy link
Copy Markdown
Contributor

@laurit laurit commented Mar 24, 2025

Aws timeseries has request classes with the same name as what dynamodb has, for example software.amazon.awssdk.services.timestreamwrite.model.CreateTableRequest and ListTablesRequest and UpdateTableRequest. Add part of the package name to the matched class name to ensure that the name matches only the intended dynamodb classes.

@laurit laurit requested a review from a team as a code owner March 24, 2025 13:51
@laurit laurit merged commit e8ed4e2 into open-telemetry:main Mar 25, 2025
86 checks passed
@laurit laurit deleted the aws-dynamo branch March 25, 2025 07:10
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.

3 participants