Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace SummarizedMetricData

The recorded metric value at a specific timestamp.

Properties

Optional aggregatedValue

aggregatedValue: undefined | number

The aggregated metric value for the specified request. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Optional aggregationMethod

aggregationMethod: undefined | string

The aggregation method used for aggregating the metric values. The aggregation method depends on the metric itself.

Optional dimensions

dimensions: undefined | object

Qualifiers provided in the definition of the returned metric. Available dimensions vary by metric namespace.

Optional resolution

resolution: undefined | string

The duration over which the metric data is aggregated. Supported values: {@code 1m}-{@code 60m}, {@code 1h}-{@code 24h}, {@code 1d}.

Optional sampleTime

sampleTime: Date

The time at which the metric data was recorded.

Functions

getDeserializedJsonObj

getJsonObj