Using micrometer @Timed annotaion stop working #1076
Closed
michaelwasser
started this conversation in
General
Replies: 1 comment
-
problem found |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello
We have upgraded our Java microservice to use Spring boot 3.2.3, and Spring 6.1.4
In addition, we changed our dependencies to use:
io.awspring.cloud
spring-cloud-aws-starter
3.1.0
We also upgraded micrometer library to send metrices to AWS Cloudwatch (from "cloudwatch" to "clouwatch2")
io.micrometer
micrometer-registry-cloudwatch2
1.12.3
The problem is that our methods that use the @timed annotation stopped working and no data is sent to Cloudwatch.
Any idea what are we missing in the upgrade process ?
Thank You!!
Beta Was this translation helpful? Give feedback.
All reactions