GithubHelp home page GithubHelp logo

Comments (5)

felixbarny avatar felixbarny commented on May 12, 2024

The same message appears im my logs too. What's the problem with that? In line 2 of your aop.xml (<concrete-aspect name="profiler") you're giving the ProfilingAspect the name "profiler". The logs say define, because the ProfilingAspect is abstract and with line 2 you define a concrete aspect by "overwriting" the abstract method methodsToProfile.

from stagemonitor.

larue3000 avatar larue3000 commented on May 12, 2024

I expected to see "info register....." I also don't see any logging of the call stack according to the expression defined in the concrete aspect. Is there additional configuration required for logging call stack?

Regards

from stagemonitor.

felixbarny avatar felixbarny commented on May 12, 2024

Actually, there is not. Most likely your pointcut is wrong. What are you trying to express with your pointcut? Right now it is 'profile all packages under ses'. So all methods in ses.Foo and ses.bar.Bar would be profiled, but not session.Foo.

from stagemonitor.

felixbarny avatar felixbarny commented on May 12, 2024

Could you resolve your issue?

from stagemonitor.

felixbarny avatar felixbarny commented on May 12, 2024

I'm closing this issue because you didn't respond in over 30 days. Feel free to reopen if you need more help.

from stagemonitor.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.