Question: Where can you set the instrumentation level (full, component, basic) for a particular host?
Answer:
You can set the Instrumentation Level for the agents on a host by copying the instrumentation.config file to the agent-override directory and modifying the InstrumentationLevel setting in the copied Instrumentation.config file.
Following are the levels available:
FullDetail
ComponentDetail
BasicDetail
NoDetail
Following are the steps to set the instrumentation level on a host:
_____________________________________________________________
1). Verify that the agent-override directory exists under the following path.
$FglAMHOME/agents/JavaEE/version/config/agent-override
Create the agent-override directory if it does not already exist.
2). Copy the instrumentation.config from the $FglAMHOME/agents/JavaEE/version/config/agent directory to the agent-override directory.
3). Edit the copy of the instrumentation.config file in the agent-override directory. Set the InstrumentationLevel parameter to level you would like.
For example to set the InstrumentationLevel to ComponentDetail set the value as follows:
InstrumentationLevel = "ComponentDetail";
_____________________________________________________________
You will need to restart the application server(s) for this change to take effect.
© 2025 Quest Software Inc. ALL RIGHTS RESERVED. Terms of Use Privacy Cookie Preference Center