Type alias: AutoscaleInfoProvider()
AutoscaleInfoProvider: (
baseImplementation) =>AutoscaleInfo|null
A custom function used to get autoscale information.
Parameters
• baseImplementation
The default implementation of autoscale algorithm, you can use it to adjust the result.
Returns
AutoscaleInfo | null