onComponentOperationStats
The onComponentOperationStats method provides notification in each interval period defined in monitoring configuration with statistics.
The statistics include component service and reference operation for the last
<n>
by operation name, component service or reference name, component name, application name and type and it serves as the regular expression used to filter the operations statistics returned.
Type
Asynchronous,
IMPACT_INFO
Arguments
Name | Type | Description |
---|---|---|
Operation Name | String | A substring that matches the operation name. An empty string (the default) matches all names. The substring provided can also be a regular expression. |
Contract Name | String | A substring that matches the component service or reference name. An empty string (the default) matches all names. The substring provided can also be a regular expression. |
Component Name | String | A substring that matches the component name. An empty string (the default) matches all names. The substring provided can also be a regular expression. |
Application Name | String | A substring that matches the application name. An empty string (the default) matches all names. The substring provided can also be a regular expression. |
Contract Type | String | Select type.
Possible values are:
|
Return
Type:
COM.TIBCO.hawk.talon.TabularData
Element Name | Type | Description |
---|---|---|
AMX Host | String | ActiveMatrix host name. |
Node | String | Node name. |
Environment | String | Environment name. |
Application | String | Application name. |
Component | String | Component name. |
Contract | String | Contract name. |
Contract Type | String | Contract type (that is, Service or Reference). |
Operation Name | String | Service operation name. |
URI | String | Component URI. |
Service Execution Stats | Stats. Refer to Service Execution Stats. |