aboutsummaryrefslogtreecommitdiffstats
path: root/node-repository/src/main/java/com/yahoo/vespa/hosted/provision/restapi/LocksResponse.java
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Add thread name template as dimension for locked load for curator locksjonmv2023-09-071-0/+7
* Revert "Revert collect(Collectors.toList())"Henning Baldersheim2022-12-041-1/+1
* Revert collect(Collectors.toList())Henning Baldersheim2022-12-041-1/+1
* collect(Collectors.toList()) -> toList()Henning Baldersheim2022-12-021-1/+1
* Update Verizon Media copyright notices.gjoranv2021-10-071-1/+1
* Do not print 0 fields in the locks responseHåkon Hallingstad2020-12-011-27/+34
* Replace deadlock avoidance with metricsHåkon Hallingstad2020-10-191-0/+4
* Avoid metrics on reentry of lockHåkon Hallingstad2020-10-081-0/+1
* Set stack trace on correct JSON objectHåkon Hallingstad2020-10-061-1/+2
* Make richer latency statsHåkon Hallingstad2020-10-051-6/+4
* Move lock metrics to MetricsReporterHåkon Hallingstad2020-10-031-15/+36
* Add metrics to lock attemptsHåkon Hallingstad2020-10-011-7/+8
* Record locks taken for external deploysHåkon Hallingstad2020-09-301-16/+54
* Add count of failed releasesHåkon Hallingstad2020-09-281-23/+23
* More info -> attempt renamesHåkon Hallingstad2020-09-281-2/+2
* LockInfo -> LockAttempt, ThreadLockInfo -> ThreadLockStats, and moreHåkon Hallingstad2020-09-281-23/+23
* Mock lock path from thread to per-lock (bug)Håkon Hallingstad2020-09-261-8/+10
* Dump stack trace once per threadHåkon Hallingstad2020-09-261-2/+1
* Fill stack trace for all threads in critical regionHåkon Hallingstad2020-09-251-3/+1
* Remove reentrant lock no longer neededHåkon Hallingstad2020-09-251-9/+11
* Add duration of acquire, in locked, and totalHåkon Hallingstad2020-09-251-0/+3
* Make stacktraces for active locks during request handlingHåkon Hallingstad2020-09-241-8/+16
* Also show the longest-living historical locks, with stack traceHåkon Hallingstad2020-09-241-12/+20
* Count events per zk path and move to separate packageHåkon Hallingstad2020-09-241-31/+44
* Expose locks info in REST APIHåkon Hallingstad2020-09-241-0/+73