Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface QueryMetricsResult

Package version

Metrics, including additional information like cost, the resourceRegion, etc...

Hierarchy

  • QueryMetricsResult

Index

Properties

Optional cost

cost: undefined | number

The integer value representing the cost of the query, for data case.

Optional interval

interval: undefined | string

The interval (window size) for which the metric data was returned in. This may be adjusted in the future and returned back from what was originally requested. This is not present if a metadata request was made.

metrics

metrics: Metric[]

the value of the collection.

Optional namespace

namespace: undefined | string

The namespace of the metrics been queried

Optional resourceRegion

resourceRegion: undefined | string

The region of the resource been queried for metrics.

timespan

timespan: string

The timespan for which the data was retrieved. Its value consists of two datetimes concatenated, separated by '/'. This may be adjusted in the future and returned back from what was originally requested.

Generated using TypeDoc