Class FullInstrumentation

java.lang.Object
All Implemented Interfaces:
kieker.monitoring.probe.IMonitoringProbe

public class FullInstrumentation
extends AbstractAspect
Since:
1.5
  • Constructor Details

  • Method Details

    • monitoredOperation

      public void monitoredOperation()
      Description copied from class: AbstractAspect
      The pointcut for the monitored operations. Inheriting classes should extend the pointcut in order to find the correct method calls (e.g. all methods or only methods with specific annotations).
      Specified by:
      monitoredOperation in class AbstractAspect