summaryrefslogtreecommitdiffstats
path: root/node-repository
Commit message (Expand)AuthorAgeFilesLines
* Store resized event for NodeValerij Fredriksen2021-03-299-15/+30
* Rename variableJon Bratseth2021-03-251-2/+2
* Update node-repository/src/main/java/com/yahoo/vespa/hosted/provision/restapi...Jon Bratseth2021-03-251-1/+1
* Add stats to controller/v1 APIJon Bratseth2021-03-253-7/+16
* Add stats to node repo clientJon Bratseth2021-03-243-18/+9
* Add stats to nodes/v2Jon Bratseth2021-03-243-0/+89
* RefactorJon Bratseth2021-03-243-42/+0
* RefactorJon Bratseth2021-03-2410-39/+31
* RefactorJon Bratseth2021-03-241-2/+2
* RefactorJon Bratseth2021-03-246-53/+31
* RefactorJon Bratseth2021-03-249-39/+36
* RefactorJon Bratseth2021-03-242-16/+20
* RefactorJon Bratseth2021-03-243-29/+34
* Compute application statsJon Bratseth2021-03-232-25/+179
* Merge pull request #17124 from vespa-engine/bratseth/node-repo-statsValerij Fredriksen2021-03-2310-6/+219
|\
| * Update node-repository/src/main/java/com/yahoo/vespa/hosted/provision/NodeLis...Jon Bratseth2021-03-231-1/+1
| * Compute node repo utilizationJon Bratseth2021-03-2310-6/+219
* | Increase inactive expiry time for none-prod and cd zonesHarald Musum2021-03-231-2/+4
* | Move client builders to major specific sub packagesJon Marius Venstad2021-03-231-1/+1
|/
* Refactor: Let the node repo own the metrics dbJon Bratseth2021-03-2222-136/+135
* Require non-empty IP pool for ready hostsMartin Polden2021-03-196-11/+14
* Require primary IP addresses for ready hostsMartin Polden2021-03-194-4/+9
* Rename getIpSet -> ipSetMartin Polden2021-03-198-18/+19
* Merge pull request #17052 from vespa-engine/bratseth/copyright-headersKristian Aune2021-03-192-0/+2
|\
| * Add copyright headersJon Bratseth2021-03-182-0/+2
* | Take read-write mix into account in sizing groupsJon Bratseth2021-03-189-42/+105
|/
* Merge pull request #17044 from vespa-engine/mpolden/only-expire-hostMartin Polden2021-03-181-3/+11
|\
| * Only expire tenant hosts from provisionedMartin Polden2021-03-181-3/+11
* | Merge pull request #17032 from vespa-engine/mpolden/non-tenant-real-limitsValerij Fredriksen2021-03-182-1/+2
|\ \
| * | Non-tenant nodes are always within real limitsMartin Polden2021-03-182-1/+2
| |/
* | Merge pull request #17030 from vespa-engine/bratseth/cluster-modelValerij Fredriksen2021-03-1813-205/+259
|\ \ | |/ |/|
| * Move to ClusterModelJon Bratseth2021-03-184-19/+15
| * Move to ClusterModelJon Bratseth2021-03-183-15/+22
| * Move to ClusterModelJon Bratseth2021-03-186-140/+131
| * Move to ClusterModelJon Bratseth2021-03-182-2/+7
| * Move to ClusterModelJon Bratseth2021-03-183-13/+15
| * Move to ClusterModelJon Bratseth2021-03-185-46/+56
| * Add ClusterModelJon Bratseth2021-03-183-16/+59
* | Merge pull request #17024 from vespa-engine/mpolden/log-retirement-causeMartin Polden2021-03-181-14/+45
|\ \
| * | Log retirement causeMartin Polden2021-03-181-14/+45
| |/
* / Emnable autoscaling in devJon Bratseth2021-03-181-1/+3
|/
* Merge pull request #16991 from vespa-engine/mpolden/os-upgrade-confighostMartin Polden2021-03-185-21/+20
|\
| * Improve namesMartin Polden2021-03-165-19/+19
| * SimplifyMartin Polden2021-03-161-2/+1
* | Merge pull request #17019 from vespa-engine/bratseth/predict-in-scaling-windowValerij Fredriksen2021-03-179-116/+222
|\ \
| * | Normalize to rate in measurement windowJon Bratseth2021-03-175-51/+82
| * | Advance timeJon Bratseth2021-03-173-7/+7
| * | CleanupJon Bratseth2021-03-172-18/+11
| * | Adjust growth rate by average rate over windowJon Bratseth2021-03-174-32/+56
| * | Average query rate over measurement windowJon Bratseth2021-03-176-39/+73