webMethods Adapter Runtime 10.3 | webMethods Adapter Runtime Documentation | Adapters RunTime Users Documentation | Predefined Health Indicator | Predefined Health Indicator for WmART based Adapters
 
Predefined Health Indicator for WmART based Adapters
Microservices Runtime includes predefined health indicators for some of its basic components.
*The threshold for the health indicator is not configurable for adapters.
*The health indicator status of the Adapters is always UP.
The health indicator captures the connection details for all the WmART based adapters defined at runtime. The health parameter Connections, contains the details of each connection as described in the following table:
Key
Key
Description
alias
String. Name of the connection for which you want the usage statistics.
packageName
String. Name of the package in which the connection resides.
statistics
totalConnections
Integer. Total number of connection instances.
busyConnections
Integer. Number of connections in use by services, notifications, and listeners.
totalHits
Integer. Number of successful connections since the last reset.
totalMissess
Integer. Number of unsuccessful connections since the last reset (when the request timed out).
state
String. State of the connection. The value can be enabled, disabled, or suspended.