getEndpointMetrics
This method returns metrics about activity on an endpoint of a client.
Returns
| Item | Description |
|---|---|
| Client Label |
When connecting to the FTL server, a client program can supply a label that denotes that particular client. Unlike a client ID, which denotes a specific client process, this label remains unchanged even when the client restarts as a new process. You can use this label to identify clients by their role within your enterprise. |
| Client ID |
Client ID of the client process. The FTL server assigns each client process a unique client ID. |
| Endpoint ID |
An identifier that represents the endpoint. Within a client process, a one-to-one mapping pairs the endpoint names with the endpoint identifiers. |
| Store Mismatch Messages |
Number of message flows that result from persistence store mismatch. Any non-zero value indicates a store mismatch which is a misconfiguration. Store mismatch occurs when a direct path transport connects two endpoints that are associated with two different persistence stores. |
| Endpoint Delivered/Received Messages |
Number of inbound data messages through an endpoint in the client. |
| Endpoint Published Messages |
Number of outbound data messages through an endpoint in the client. |
| Endpoint Non-Matching Messages |
This metric counts the number of outbound messages that an endpoint did not transmit because the messages did not match the content matcher of any remote subscriber. |
