-
Notifications
You must be signed in to change notification settings - Fork 39
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
Metrics publisher support in CRT client #806
Comments
Thanks for pointing this out. This is a feature request, rather than a bug. We are looking into how complicated and what priority this feature request is. |
Thanks @jmklix for triaging. Are there workarounds or alternatives for this? How are CRT S3 client users publishing client side metrics to CloudWatch today? |
You can try publishing your own custom metrics to CloudWatch with putMetricData. |
P143829291 |
I'm referring to publishing metrics captured by the client, which are internal to the CRT S3 client. |
Describe the bug
Netty based client supports specifying metrics publisher. This seem to be missing from the CRT builder. This need to be supported to publish client side metrics.
With Netty client
With CRT client
Expected Behavior
Ability to publish client side metrics
Current Behavior
Does not have any way to publish client side metrics
Reproduction Steps
Always reproducible.
Possible Solution
No response
Additional Information/Context
No response
aws-crt-java version used
0.30.0
Java version used
18
Operating System and version
Linux
The text was updated successfully, but these errors were encountered: