Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace PostMetricDataDetails

An array of metric objects containing raw metric data points to be posted to the Monitoring service.

Properties

Optional batchAtomicity

batchAtomicity: BatchAtomicity

Batch atomicity behavior. Requires either partial or full pass of input validation for metric objects in PostMetricData requests. The default value of NON_ATOMIC requires a partial pass: at least one metric object in the request must pass input validation, and any objects that failed validation are identified in the returned summary, along with their error messages. A value of ATOMIC requires a full pass: all metric objects in the request must pass input validation.

Example: {@code NON_ATOMIC}

metricData

metricData: Array<MetricDataDetails>

A metric object containing raw metric data points to be posted to the Monitoring service.

Functions

getDeserializedJsonObj

getJsonObj