In our application we need to monitor methods having the same name, same package name but different class names . For example the following two class/ method names -
- Class name: com.pack.abc.Class1 Method name: search()
- Class name:com.pack.abc.Class2 Method name:search()
I know in introscope you can monitor with com.pack.abc(.*) . Is there any way I can monitor such cases with the same information point in AppDynamics. Is there some wildcard I could use for monitoring these methods or is there any other option for the same?
Thanks.