metrics-aspectj icon indicating copy to clipboard operation
metrics-aspectj copied to clipboard

AspectJ integration for Dropwizard Metrics

Results 3 metrics-aspectj issues
Sort by recently updated
recently updated
newest added

In gradle example Instead of using registry name I chose to use EL Expression ${this.registry} and program started throwing exceptions. Below is the code: `package com; import java.util.Random; import java.util.concurrent.TimeUnit;...

There is a section in the README comparing Spring AOP vs AspectJ, but it doesn't indicate whether it's possible to use this plugin in conjunction with Spring AOP. Can the...