osiam / resource-server

[DEPRECATED] OSIAM resource server
MIT License
3 stars 10 forks source link

Replace MeasureDurationTimeOfMethods with @Timed #29

Closed tkrille closed 9 years ago

tkrille commented 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.

dacrome commented 9 years ago

Moved to https://github.com/osiam/osiam/issues/65