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. The substring can also be a regular expression. Default: Empty string (An empty string matches all names.) |
| Contract Name | String |
A substring that matches the component service or reference name. The substring can also be a regular expression. Default: Empty string (An empty string matches all names.) |
| Component Name | String |
A substring that matches the component name. The substring can also be a regular expression. Default: Empty string (An empty string matches all names.) |
| Application Name | String |
A substring that matches the application name. The substring can also be a regular expression. Default: Empty string (An empty string matches all names.) |
| Contract Type | String |
Select type. Possible values:
|
Return
Type: COM.TIBCO.hawk.talon.TabularData
| Name | Type | Description |
|---|---|---|
| AMXCE Host | String | Name of the AMXCE host. |
| AMXCE Node | String | Name of the node. |
| Environment | String | Name of the environment. |
| Application | String | Name of the application. |
| Component | String | Name of the component. |
| Contract | String | Name of the contract. |
| Contract Type | String | Contract type (service or reference). |
| Operation Name | String | Name of the service operation. |
| URI | String | Component URI. |