次の方法で共有


QueryObservedMetricType type

QueryObservedMetricType の値を定義します。

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