Data type used to hold a metric entry in a batch of perception data.
Fields
char name[] The name of the metric.
char sourceComponent[] The originating component of the metric (this may not always be set).
int totalValue The total value of metrics by this name.
int totalCount The total number of metrics recorded by this name.
bool preferHigh Application-indicated information of whether a high or low value is considered to be better for this metric.
DateTime timeFirst The timestamp of the first metric by this name. DateTime timeLast The timestamp of the last metric by this name.