We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It looks like the aws rust sdk is not emitting client side SDK metrics when the AWS_CSM_ENABLED environment variable is set. This is the behavior for other aws sdks, such as for [python] (https://boto3.amazonaws.com/v1/documentation/api/1.10.46/guide/sdk-metrics.html) and [go] (https://docs.aws.amazon.com/sdk-for-go/api/aws/csm/).
AWS_CSM_ENABLED
We would like to be able to use aws_csm with the aws rust sdk
No response
The text was updated successfully, but these errors were encountered:
I suspect the requested functionality follows smithy-lang/smithy-rs#3912.
Sorry, something went wrong.
No branches or pull requests
Describe the feature
It looks like the aws rust sdk is not emitting client side SDK metrics when the
AWS_CSM_ENABLED
environment variable is set. This is the behavior for other aws sdks, such as for [python] (https://boto3.amazonaws.com/v1/documentation/api/1.10.46/guide/sdk-metrics.html) and [go] (https://docs.aws.amazon.com/sdk-for-go/api/aws/csm/).Use Case
We would like to be able to use aws_csm with the aws rust sdk
Proposed Solution
No response
Other Information
No response
Acknowledgements
A note for the community
Community Note
The text was updated successfully, but these errors were encountered: