Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GetMetricsQueryParams

Parameters for the getMetricsQuery operation.

Hierarchy

  • GetMetricsQueryParams

Index

Properties

Optional endTime

endTime: string

Metric is computed from data recorded before this timestamp; must be in YYYY-MM-DDThh:mm:ssZ format.

Optional headers

headers: OutgoingHttpHeaders

Optional resultType

resultType: ResultType | string

The type of result to consider when calculating the metric.

Optional startTime

startTime: string

Metric is computed from data recorded after this timestamp; must be in YYYY-MM-DDThh:mm:ssZ format.

Generated using TypeDoc