TC.userDataPoint
Records a user-defined data point for analysis.
Note: Support for this API in JavaScript code will be deprecated in TruClient. Instead use the Evaluate C step available in the TruClient Steps box.
TC.userDataPoint(name, value);
Arguments
Name | Description |
---|---|
name | (string) Name of the data point. Do not begin a data-point name with any of the following strings: HTTP, NON_HTTP, RETRY, mic_, stream_, mms_ |
value | (number) The numeric value. |
Return value
(void) undefined
Example
TC.userDataPoint("myDP", 1);