KCML_PerfMetric_Send
Purpose
Send application performance metrics to a RabbitMQ server.
Definition
DEFSUB 'KCML_PerfMetric_Send(queue$, Metric$, StatList$) AS Bool
Parameters
| queue | The queue's routing key. |
| Metric | Name of the metric. Names beginning with "kcml" are reserved for use by KCML. |
| StatList | List of performance statistics. Comma separated list of key=value pairs. |
Return
Returns TRUE on success.
Description
Send the list of performance metrics to a RabbitMQ server. If Queue$ is blank, then the same queue as KCML's performance metrics is used. StatList$ is a comma seperated list of key=value pairs. See Performance Metrics
See also
Internal KCML Functions, Internally defined structures and Internally defined enumerations and constants.