Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: outdated business metric ids #1113

Merged
merged 5 commits into from
Jul 22, 2024
Merged

fix: outdated business metric ids #1113

merged 5 commits into from
Jul 22, 2024

Conversation

0marperez
Copy link
Contributor

Issue #

N/A

Description of changes

The name of these metrics changed, so this PR updates them

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@0marperez 0marperez added the no-changelog Indicates that a changelog entry isn't required for a pull request. Use sparingly. label Jul 3, 2024

This comment has been minimized.

1 similar comment

This comment has been minimized.

ACCOUNT_ID_BASED_ENDPOINT("O"),
SIGV4A_SIGNING("P"),
ENDPOINT_OVERRIDE("N"),
ACCOUNT_ID_ENDPOINT("O"),
Copy link
Contributor

Choose a reason for hiding this comment

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

Can we also emit the new ACCOUNT_ID_MODE_PREFERRED, ACCOUNT_ID_MODE_DISABLED, ACCOUNT_ID_MODE_REQUIRED metrics?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yeah, we can add that

@0marperez 0marperez added the acknowledge-api-break Acknowledge that a change is API breaking and may be backwards-incompatible. Review carefully! label Jul 17, 2024

This comment has been minimized.

1 similar comment
Copy link

Affected Artifacts

Changed in size
Artifact Pull Request (bytes) Latest Release (bytes) Delta (bytes) Delta (percentage)
runtime-core-jvm.jar 892,208 892,030 178 0.02%
http-client-jvm.jar 332,864 332,881 -17 -0.01%

@0marperez 0marperez marked this pull request as ready for review July 17, 2024 16:32
@0marperez 0marperez requested a review from a team as a code owner July 17, 2024 16:32
Copy link
Contributor

@ianbotsf ianbotsf left a comment

Choose a reason for hiding this comment

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

Question: This is an binary-compat breaking change and I see the acknowledge-api-break tag applied to the PR. Why do we think this is safe to release? Isn't this precisely the kind of API change that can bite customers if they're using specific versions of smithy-kotlin different from aws-sdk-kotlin?

@0marperez 0marperez changed the base branch from main to v1.3 July 22, 2024 16:22
@0marperez 0marperez merged commit 27f08a2 into v1.3 Jul 22, 2024
18 of 19 checks passed
@0marperez 0marperez deleted the bm-id-change branch July 22, 2024 16:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
acknowledge-api-break Acknowledge that a change is API breaking and may be backwards-incompatible. Review carefully! no-changelog Indicates that a changelog entry isn't required for a pull request. Use sparingly.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants