Type Alias: MetricTimeRange

MetricTimeRange: FilterCondition

Represents the time range filter format used to apply time ranges to metric components.

1const timeRange: MetricTimeRange = {
2  operator: FilterOperator.Between,
3  values: ["2023-01-01", "2023-02-02"],
4};

DID THIS ARTICLE SOLVE YOUR ISSUE?
Let us know so we can improve!