aws-sdk-go-v2 icon indicating copy to clipboard operation
aws-sdk-go-v2 copied to clipboard

Add CSM Support

Open iann0036 opened this issue 4 years ago • 6 comments

Port the v1 SDK's client side metric (CSM) client support for reporting metrics.

aws/csm aws/aws-sdk-go#2677 aws/aws-sdk-go#2678

iann0036 avatar Feb 19 '21 06:02 iann0036

Bump on this

securisec avatar Mar 28 '21 05:03 securisec

Thanks for reaching out @iann0036, it would be great to hear your use case for the CSM feature, and more details about how you are using the feature within your application's stack.

jasdel avatar May 05 '21 16:05 jasdel

@jasdel , I can share my use case here. From a security perspective, CSM helps me understand what an application is trying to do during dev and testing (which leads to better IAM policies), instead of relying on api call log parsing post deployment.

securisec avatar May 05 '21 16:05 securisec

@jasdel It relates to CSM usage within https://github.com/iann0036/iamlive

iann0036 avatar May 05 '21 23:05 iann0036

+1 for CSM, we use it for figuring out what permissions are required whilst in development.

danpilch avatar Aug 12 '21 12:08 danpilch

It would also be nice if the code were written with a pluggable metrics sink, so that we can reuse the same metrics with backends other than the CloudWatch agent (something that v1 doesn't support AFAIK).

guseggert avatar Jan 14 '22 13:01 guseggert

It would also be nice if the code were written with a pluggable metrics sink

This is the route we intend to go leveraging https://github.com/aws/smithy-go/issues/470.

#1744 covers this more generally, going to close this one and cross-link.

lucix-aws avatar Nov 28 '23 16:11 lucix-aws

⚠️COMMENT VISIBILITY WARNING⚠️

Comments on closed issues are hard for our team to see. If you need more assistance, please either tag a team member or open a new issue that references this one. If you wish to keep having a conversation with other community members under this issue feel free to do so.

github-actions[bot] avatar Nov 28 '23 16:11 github-actions[bot]