Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Metrics

Package version

interface

An interface representing Metrics. Monitoring metric

Hierarchy

  • Metrics

Index

Properties

dimensions

dimensions: MetricDimension[]
member

{MetricDimension[]} dimensions The Metric dimension which indicates the source of the metric

endTime

endTime: Date
member

{Date} endTime The metric end time

name

member

{MetricName} name The name of the metrics

primaryAggregation

primaryAggregation: MetricAggregationType
member

{MetricAggregationType} primaryAggregation The metric aggregation type. Possible values include: 'Average', 'Last', 'Maximum', 'Minimum', 'None', 'Total'

resourceId

resourceId: string
member

{string} resourceId The id of metric source

startTime

startTime: Date
member

{Date} startTime The metric start time

timeGrain

timeGrain: string
member

{string} timeGrain The time grain, time grain indicates frequency of the metric data

type

type: string
member

{string} type The Type of the metric data

unit

member

{MetricUnit} unit The unit of the metric data. Possible values include: 'Bytes', 'BytesPerSecond', 'Count', 'CountPerSecond', 'Percent', 'Seconds'

values

values: MetricData[]
member

{MetricData[]} values The metric data

Generated using TypeDoc