QueryObservedMetricType type

Defines values for QueryObservedMetricType.

type QueryObservedMetricType =
  | "cpu"
  | "io"
  | "logio"
  | "duration"
  | "executionCount"