9.81.5 System Insight UDR Types

The System Insight UDR types are designed to exchange data between workflows and the System Insight service.
 

The System Insight UDR types can be viewed in the UDR Internal Format Browser. To open the browser, first open an APL Editor, and, in the editing area, right-click and select UDR Assistance.

Measurement

The Measurement UDR contains data that can be sent to the System Insight service to produce metrics, or taken from the System Insight service and then sent to an external system via any protocol supported by .

The following fields are included in the Measurement UDR:

FieldDescription
category (string)This field is for the measurement category. There are five categories available: hostpicoservicecustom and mim.
fields (map<string.any>)This field is populated with a map of a string to any numeric value and is what, in most cases, is displayed in your grafana graph. For example, unkown_imsi with a value of long, which describes the number of unknown imsi numbers found in the processing data so far.
name (string)This field is populated with the metric name, e g mim.realtime.processing.analysis.outbound_udrs.
retentionPolicy (string)This field is populated with the retention policy applied.
tags (map<string.string>)This field is populated with the tag applied to the metric filter, e g agent_category.processing.
timestamp (long)This field is populated with the date and time when the metric was created or sampled. If you do not set a timestamp, this is set automatically set by the System Insight forwarding agent.