-
-
Notifications
You must be signed in to change notification settings - Fork 317
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
Auto-configure CloudWatch metrics publisher #345
Comments
Hey @maciejwalkowiak I was taking a look at this today, there are a couple of unclear points on how to do this. I've done a small PoC around here and I wanted to see if the design would work or if I should pivot a bit. Tests are not changed for this and docs/comments are lacking still, just wanna see if this would make sense. Some points to be considered:
P.S. Still figuring out the AbstractAwsConfigDataLocationResolvers |
Thanks @krimsz! Looks fantastic so far!
@MatejNedic @eddumelendez perhaps you would also like to take a look |
@krimsz do you think you'll be able to finish it? |
Hey there, thanks for tagging me, at first I was waiting for someone to reply to you but then I kinda forgot about this. |
ignore my comment. I confused it 😬 |
When
cloudwatch-metric-publisher
is in the classpath, SDK clients should be configured to publish metrics to CloudWatch.There should be an easy way to opt-out from it but still keep the dependency in the classpath.
https://docs.aws.amazon.com/sdk-for-java/latest/developer-guide/metrics.html
The text was updated successfully, but these errors were encountered: