Closed tkrille closed 9 years ago
At this time the resource server is using a custom AOP aspect to measure the time a method is running (org.osiam.resources.helper.MeasureDurationTimeOfMethods). This should be replaced with Metrics' @Timed annotation.
Moved to https://github.com/osiam/osiam/issues/65
At this time the resource server is using a custom AOP aspect to measure the time a method is running (org.osiam.resources.helper.MeasureDurationTimeOfMethods). This should be replaced with Metrics' @Timed annotation.