aboutsummaryrefslogtreecommitdiffstats
path: root/container-core/src/main/java/com/yahoo/container/handler/threadpool/ExecutorServiceWrapper.java
Commit message (Collapse)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
|
* Introduce new metrics for container threadpoolBjørn Christian Seime2022-04-201-4/+2
| | | | | Add the new metrics to improve observability of container threadpools. These will be included in the updated container tuning docs.
* Metrics Q size and capacity must into account what kind of Q is used.Henning Baldersheim2021-10-151-6/+18
|
* - Effective executor Q size is max pool size + max Q size.Henning Baldersheim2021-10-131-13/+26
| | | | | - Also use timed wait/notify over sleep to reduce shutdown time. - Join metric thread to ensure no latent issues.
* Update Verizon Media copyright notices.gjoranv2021-10-071-1/+1
|
* Non-functional-changes-onlyJon Bratseth2020-11-181-4/+6
|
* Add metrics for the threadpool's work queueBjørn Christian Seime2020-09-221-3/+5
|
* Set name of metric reporter threadBjørn Christian Seime2020-09-221-2/+3
|
* Add getter for number of queued tasksBjørn Christian Seime2020-09-181-0/+2
|
* Add thread pool name as dimension to metric valuesBjørn Christian Seime2020-06-031-15/+7
|
* Split out thread pool implementation to separate classesBjørn Christian Seime2020-06-031-0/+94