MCPcopy
hub / github.com/cortexlabs/cortex / GetInFlightRequests

Method GetInFlightRequests

pkg/autoscaler/autoscaler.go:41–41  ·  view source on GitHub ↗
(apiName string, window time.Duration)

Source from the content-addressed store, hash-verified

39type Scaler interface {
40 Scale(apiName string, request int32) error
41 GetInFlightRequests(apiName string, window time.Duration) (*float64, error)
42 GetAutoscalingSpec(apiName string) (*userconfig.Autoscaling, error)
43 CurrentRequestedReplicas(apiName string) (int32, error)
44}

Callers 1

autoscaleFnMethod · 0.65

Implementers 3

ScalerFuncpkg/autoscaler/scaler_func.go
AsyncScalerpkg/autoscaler/async_scaler.go
RealtimeScalerpkg/autoscaler/realtime_scaler.go

Calls

no outgoing calls

Tested by

no test coverage detected