Attributes Summary |
enable : boolean | Enables request metrics.
|
enableARM : boolean | Enables PMI request metrics to call an underlying ARM (Application Response Monitoring) agent.
|
traceLevel : PMIRMTraceLevelKind | Specifies how much trace data to accumulate for a given request.
|
enableLog : boolean | The captureRate specifies an integer "n" that means 1 out of "n" requests will be instrumented for a given filter.
|
armType : PMIRMArmType | The type of Application Response Measurement (ARM) |
armTransactionFactory : String | Fully qualified Java class name that implements ARM transaction factory interface.
|
enabledComponents : String | Specify the components that will be instrumented by the PMI Request Metrics.
|
armCallback : String | Allow ARM agent to register callback class so that Request Metrics can call it during the runtime to determine if a transaction will be instrumented and what context information to be collected.
|
filters : PMIRMFilter
*
| A set of request metric filters.
|