Type alias SLOTimeSliceInterval

SLOTimeSliceInterval: typeof ONE_MINUTE | typeof FIVE_MINUTES | UnparsedObject

The interval used when querying data, which defines the size of a time slice. Two values are allowed: 60 (1 minute) and 300 (5 minutes). If not provided, the value defaults to 300 (5 minutes).

Generated using TypeDoc