kieker-monitoring / kieker

Kieker's main repository
Apache License 2.0
70 stars 41 forks source link

[KIEKER-413] Change `aop.example.xml` to (i) include * and (ii) full instrumentation aspect #1156

Open rju opened 3 weeks ago

rju commented 3 weeks ago

JIRA Issue: KIEKER-413 Change aop.example.xml to (i) include * and (ii) full instrumentation aspect Original Reporter: Andre van Hoorn


File: examples/aop.example.xml

Currently:

...
 <include within="kieker.tests..*" />
...
 <aspect name="kieker.monitoring.probe.aspectj.operationExecution.OperationExecutionAspectAnnotation" />
...

Should be:

...
 <include within="*" />
...
<aspect name="kieker.monitoring.probe.aspectj.operationExecution.OperationExecutionAspectFull"/>
...

Checklist:

rju commented 2 weeks ago

author André van Hoorn -- Wed, 21 Nov 2012 16:49:47 +0100

Fixed in changeset:e8ffb4a53d549d99b3fbb59d3081b51398d4fcb0/kieker-git