TestRunListMetricDimensionValuesQueryParamProperties interface
属性
| interval | 查询的间隔(即时间根)。 |
| metricname | 指标名称 |
| metric |
要查询其指标定义的指标命名空间。 |
| timespan | 查询的时间跨度。 它是格式为“startDateTime_ISO/endDateTime_ISO”的字符串。 |
属性详细信息
interval
查询的间隔(即时间根)。
interval?: "PT5S" | "PT10S" | "PT1M" | "PT5M" | "PT1H"
属性值
"PT5S" | "PT10S" | "PT1M" | "PT5M" | "PT1H"
metricname
指标名称
metricname: string
属性值
string
metricNamespace
要查询其指标定义的指标命名空间。
metricNamespace: string
属性值
string
timespan
查询的时间跨度。 它是格式为“startDateTime_ISO/endDateTime_ISO”的字符串。
timespan: string
属性值
string