Github user klopfdreh commented on a diff in the pull request:

    https://github.com/apache/wicket/pull/164#discussion_r55943224
  
    --- Diff: wicket-metrics/src/main/resources/META-INF/aop.xml ---
    @@ -0,0 +1,13 @@
    +<!DOCTYPE aspectj PUBLIC "-//AspectJ//DTD//EN" 
"http://www.eclipse.org/aspectj/dtd/aspectj.dtd";>
    +<aspectj>
    +    <weaver options="-nowarn">
    +        <include within="org.apache.wicket..*"/>
    +    </weaver>
    +    <aspects>
    +           <aspect name="org.apache.wicket.metrics.aspects.BehaviorAspect" 
/>
    +           <aspect 
name="org.apache.wicket.metrics.aspects.IPartialPageRequestHandlerAspect" />
    +           <aspect 
name="org.apache.wicket.metrics.aspects.ComponentAspect" />
    +           <aspect 
name="org.apache.wicket.metrics.aspects.WicketFilterAspect" />
    --- End diff --
    
    Yep I updated the user guide and described what is required to add metrics.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to