Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

There are three main elements that are used to define the complete configuration:

ElementDescriptionConfiguration
Profile
  • defines on which classes/methods should specific sensors be applied
  • defines exclude rules
Link
Profile configuration
Environment
  • holds basic settings for the agent (sending strategy, buffer strategy, sensor options, etc.)
  • defines which profiles will be used in the given environment
Link
Environment configuration
Agent Mappings
  • maps single (or multiple) agents to one environment 
Link
Agent mappings configuration

Profiles can be used in many environments, while environments can include multiple profiles. This n:m relationships enables easy separation of the configuration and easier management. One environment can be assigned to one or more mappings. Thus, many agents can use the same environment easily. In addition, mappings enable easy switching of the environments for the agent. 

...

To decrease the amount of calls to the server during class loading, the agent will keep information about all the classes already sent to the server. This information will be used on every successive agent restart, so the agent will not send any class that is already sent, except in case when the byte-code of the class has changed. More on this you can read in the Sent classes cache page page