POJO Match Rule Tools

You can use these tools to inspect data and configure the entry point for a POJO custom match rule:

  • Classes/Methods browser—lets you search for classes.

    • You can right-click a class or method in the result to set the class and method match criteria for the POJO.

    • You can view method invocations for a selected method.

Note:

In live preview mode, the number of methods and classes that can be returned by an agent is now limit-bounded. The limits are:

  • Maximum number of classes: 1000
  • Maximum number of methods: 300
You can change limits by modifying the node properties classmethodservice.max.no.of.classes.reported and classmethodservice.max.no.of.methods.reported, respectively.
  • Method Invocations—lets you inspect live data from the server for the specified method.
    1. Expand a method invocation to see detailed information including invoked objects, parameters, and return values.
    2. Right-click on a data point to use it in transaction splitting. Splunk AppDynamics automatically creates a splitting rule following the get<field>() syntax.

      If your code follows another convention, you need to manually specify the getter method for the data point.

    3. You can also copy a getter chain to the clipboard.

      The example below shows the data for a method, Order.setQuantity()

      :Method Details