aboutsummaryrefslogtreecommitdiffstats
path: root/container-core
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #13754 from vespa-engine/add-bindings-for-prometheusgjoranv2020-06-301-2/+4
|\ | | | | Add bindings for prometheus handler in application containers.
| * Make ctor public for DIgjoranv2020-06-301-2/+4
| |
* | Merge pull request #13743 from vespa-engine/separate-documentapi-artifacts_2gjoranv2020-06-301-11/+8
|\ \ | |/ |/| Separate documentapi artifacts 2
| * Move vdslib dependency into container-coregjoranv2020-06-301-0/+7
| |
| * Remove unnecessary exclusionsgjoranv2020-06-301-10/+0
| |
| * Use container-documentapi in internal container related poms.gjoranv2020-06-301-1/+1
| |
* | Merge pull request #13746 from vespa-engine/jonmv/log-log-reader-exceptionsJon Marius Venstad2020-06-301-1/+7
|\ \ | |/ |/| Log any error when reading logs on logserver
| * Log any error when reading logs on logserverJon Marius Venstad2020-06-301-1/+7
| |
* | Fixed throwingAmund Bergland Kvalsvik2020-06-291-9/+5
| |
* | Fixed minor naming errors and throwsAmund Bergland Kvalsvik2020-06-293-12/+16
| |
* | Fixed review commentsAmund Bergland Kvalsvik2020-06-295-36/+199
| |
* | Cleaning up configs, testing is not workingAmund Bergland Kvalsvik2020-06-262-4/+7
| |
* | Added configsAmund Bergland Kvalsvik2020-06-262-1/+4
| |
* | Used default metric proxy uriAmund Bergland Kvalsvik2020-06-261-1/+1
| |
* | Cleaned up testingAmund Bergland Kvalsvik2020-06-262-25/+12
| |
* | Added PrometheusHandlerAmund Bergland Kvalsvik2020-06-262-0/+210
| |
* | Updated ApplicationMetricsHandler. Removed PrometheusV1HandlerAmund Bergland Kvalsvik2020-06-262-206/+0
| |
* | Returning with correct format. Dependencies brokenAmund Bergland Kvalsvik2020-06-253-197/+23
| |
* | Cleaned up codeAmund Bergland Kvalsvik2020-06-242-30/+22
| |
* | Fixed parts of the issuesAmund Bergland Kvalsvik2020-06-241-3/+12
| |
* | Adding testingAmund Bergland Kvalsvik2020-06-242-0/+305
| |
* | Added correct handler for Prometheus requestsAmund Bergland Kvalsvik2020-06-231-0/+74
|/
* Return immediately at end of time windowJon Marius Venstad2020-06-151-1/+4
|
* Let Jetty do compression, and merge overlapping time windowsJon Marius Venstad2020-06-154-60/+100
|
* Fix dateJon Marius Venstad2020-06-131-4/+7
|
* Allow higher generatino than 9Jon Marius Venstad2020-06-121-1/+1
|
* Fix commentJon Marius Venstad2020-06-121-1/+1
|
* Remove serrJon Marius Venstad2020-06-121-1/+0
|
* Extract time stamp from path instead of modified timeJon Marius Venstad2020-06-122-66/+116
|
* Expand unit test to include un-filtered log fileJon Marius Venstad2020-06-121-5/+9
|
* Make sure GZIPOutputStream is properly closed, but without closing channelJon Marius Venstad2020-06-121-12/+7
|
* Remove unused methodHarald Musum2020-06-111-1/+1
|
* Move Zone API to separate bundleBjørn Christian Seime2020-06-106-214/+0
|
* Revert "Config server refactoring, part 7"Harald Musum2020-06-101-1/+1
|
* Update some commentsHarald Musum2020-06-091-1/+1
|
* Force usage of ContainerThreadPool through Executor providerBjørn Christian Seime2020-06-043-8/+3
|
* Annotate correct constructor with 'Inject'Bjørn Christian Seime2020-06-041-1/+1
| | | | ProcessTerminator is not a set up as a component.
* Annotate primary constructor with @Inject.Henning Baldersheim2020-06-031-0/+2
|
* Fix noeol and set default idletime to 5sHenning Baldersheim2020-06-031-2/+2
|
* Update ABI spec for ThreadpoolConfigBjørn Christian Seime2020-06-031-1/+7
|
* Add thread pool name as dimension to metric valuesBjørn Christian Seime2020-06-034-24/+49
|
* Add config for keep alive timeBjørn Christian Seime2020-06-032-1/+4
|
* Add config for core pool sizeBjørn Christian Seime2020-06-032-4/+13
|
* Add config for thread pool nameBjørn Christian Seime2020-06-032-1/+4
|
* Split out thread pool implementation to separate classesBjørn Christian Seime2020-06-036-220/+294
|
* Explicitly inherit summary featuresJon Bratseth2020-06-023-5/+4
|
* GC unused slow start config.Henning Baldersheim2020-05-292-8/+1
|
* Handle null error message.gjoranv2020-04-291-1/+1
|
* Let size of thread pool and Q follow number of cores on the machine where it ↵Henning Baldersheim2020-04-254-6/+68
| | | | | | | is running. If auto detected num worker threads will use number of #cores * 4, quesize will use #numWorkers * 4. No changes of the default value in this commit.
* Use correct log Level class where search & replace has failed.gjoranv2020-04-251-1/+1
|