aboutsummaryrefslogtreecommitdiffstats
path: root/controller-server/src/main/java/com/yahoo/vespa/hosted/controller/deployment/JobMetrics.java
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Separate controller specific metrics into separate enum and methodyngveaasheim2023-07-311-14/+14
* Add enums for infrastructure and add to vespametricsset as needed for infrast...yngveaasheim2023-07-311-13/+14
* Revert "Revert "Use another exception and error in response when quota is exc...Harald Musum2023-05-221-0/+2
* Revert "Use another exception and error in response when quota is exceed"Harald Musum2023-05-221-2/+0
* Handle quota exceeded from config serverHarald Musum2023-05-221-0/+2
* When a human cancels a job, do not retry itjonmv2023-04-281-0/+2
* Test jobs have no permanent runtime versionsjonmv2023-01-021-2/+0
* Do not retry invalid applications (for the next 100 years)jonmv2022-10-121-15/+15
* JobType now always has a zone, which simplifies thingsjonmv2022-04-221-1/+1
* Add new run status noTests, which is a success, but not quite as shinyjonmv2022-04-211-0/+2
* Replace 'out of capacity' by 'node allocation failure'Jon Bratseth2022-02-231-2/+2
* Update 2020 Oath copyrights.gjoranv2021-10-271-1/+1
* Remove legacy deployment pathMartin Polden2021-03-181-3/+4
* fail faster and record when missing endpoint certandreer2020-02-181-0/+2
* Change deployment metric dimensionsJon Marius Venstad2020-02-061-6/+5
* Don't special-case pointlesslyJon Marius Venstad2020-01-211-1/+0
* Add copyright headerJon Marius Venstad2020-01-211-0/+1
* Fix author nameJon Marius Venstad2020-01-211-1/+1
* Emit metrics on job starts and ends, with status as name and job id as dim.Jon Marius Venstad2020-01-201-0/+64