Skip to main content

TimeSeriesGranularity

The available time series granularities. Granularities define the unit of time to aggregate the Metric data for a time series query.

For example, if the granularity is set to DAY, then the the time series query will return a label and a value for each day.

If there are no records for a given time series granularity, Propel will return the label and a value of "0" so that the time series can be properly visualized.

values

  • MINUTE

    Aggregates values by minute intervals.

  • FIVE_MINUTES

    Aggregates values by 5-minute intervals.

  • TEN_MINUTES

    Aggregates values by 10-minute intervals.

  • FIFTEEN_MINUTES

    Aggregates values by 15-minute intervals.

  • HOUR

    Aggregates values by hourly intervals.

  • DAY

    Aggregates values by daily intervals.

  • WEEK

    Aggregates values by weekly intervals.

  • MONTH

    Aggregates values by monthly intervals.

  • YEAR

    Aggregates values by yearly intervals.