predictive-horizontal-pod-autoscaler icon indicating copy to clipboard operation
predictive-horizontal-pod-autoscaler copied to clipboard

Horizontal Pod Autoscaler built with predictive abilities using statistical models

Results 5 predictive-horizontal-pod-autoscaler issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** today evaluations which are made while (dbModel.IntervalsPassed < model.PerInterval) are not represented in db (skipped). since holt-winters is a runtime-expensive...

An ARIMA time series option would be a useful model; [there is some literature here](https://otexts.com/fpp2/arima.html) that goes into detail explaining what it is and how it works. Unfortunately I haven't...

help wanted

**Describe the bug** I have these two errors in the phpa operator pod: - ERROR failed to get predicted replica count,......,"error": "exit status 1: Traceback (most recent call last):\n File...

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.7.0 to 0.17.0. Commits b225e7c http2: limit maximum handler goroutines to MaxConcurrentStreams 88194ad go.mod: update golang.org/x dependencies 2b60a61 quic: fix several bugs in flow control accounting 73d82ef...

dependencies
go

Is there a way to run this solution in a kind of a monitor mode? I want to see what are the predictions going out from the operator, but not...