aboutsummaryrefslogtreecommitdiffstats
path: root/container-core/src/main/java/com
Commit message (Collapse)AuthorAgeFilesLines
* Only report known dimension valuesMorten Tokle2023-10-231-2/+4
|
* Merge pull request #29009 from vespa-engine/bratseth/non-functional-onlyJon Bratseth2023-10-181-6/+6
|\ | | | | Non-functional changes only
| * Non-functional changes onlyJon Bratseth2023-10-181-6/+6
| |
* | No docs search AND timeout should give 0 coverage instead of 100%.Henning Baldersheim2023-10-182-1/+7
|/
* Silly hack to close HTTP server before mbus serverjonmv2023-10-111-1/+1
|
* Non-functional changesjonmv2023-10-113-5/+4
|
* Merge pull request #28851 from vespa-engine/jonmv/random-fixBjørn Christian Seime2023-10-101-1/+1
|\ | | | | Jonmv/random fix
| * Return time in correct unitjonmv2023-10-101-1/+1
| |
* | Update copyrightJon Bratseth2023-10-09343-349/+349
|/
* Add copyright headerjonmv2023-10-051-0/+1
|
* Isolate inner jetty server component from wrapper with filtersjonmv2023-10-059-53/+112
|
* Add thread name template as dimension for locked load for curator locksjonmv2023-09-071-1/+1
|
* Remove 'clientIp' dimensionBjørn Christian Seime2023-09-062-6/+0
|
* Merge pull request #28275 from vespa-engine/olaa/remove-uptimegjoranv2023-08-303-46/+3
|\ | | | | Remove unused 'uptime' metric. Always add host-life in MetricsPacketsHandler
| * Remove unused 'uptime' metric. Always add host-life in MetricsPacketsHandlerOla Aunronning2023-08-303-46/+3
| |
* | Mocking native methods no longer possibleBjørn Christian Seime2023-08-301-4/+18
|/
* Add min/sum/count suffixes to gauge metricsOla Aunronning2023-08-091-1/+7
|
* Use a common map for getters and settersHenning Baldersheim2023-08-021-1/+1
|
* Use a map of setter lambdas.Henning Baldersheim2023-08-021-5/+5
|
* Allow filtering on infrastructure metric setOla Aunronning2023-08-011-8/+89
|
* Add enums for infrastructure and add to vespametricsset as needed for ↵yngveaasheim2023-07-312-2/+2
| | | | infrastructure services.
* Add separate connector for token endpointBjørn Christian Seime2023-07-191-11/+6
|
* Make headers controlling client address connector specificBjørn Christian Seime2023-07-192-12/+7
|
* Use config self-subscription also for session-cache which powers docprocjonmv2023-07-141-2/+0
|
* Simplify a bitjonmv2023-07-131-1/+1
|
* Remove unused config from dependency listjonmv2023-07-112-12/+4
|
* Add configurable limit for max request content sizeBjørn Christian Seime2023-06-261-2/+35
|
* Replace metrics strings with the corresponding enum constants.gjoranv2023-06-221-2/+3
| | | | - Add 'metrics' as provided dep for clustercontroller-core
* Revert "Replace metrics strings with the corresponding enum constants."Harald Musum2023-06-221-3/+2
|
* Replace metrics strings with the corresponding enum constants.gjoranv2023-06-211-2/+3
| | | | - Add 'metrics' as provided dep for clustercontroller-core
* Handle proxy start/reload issuesMorten Tokle2023-06-201-2/+11
|
* Allow both file and PEM configured simultaneouslyBjørn Christian Seime2023-06-161-5/+8
|
* Merge pull request #27439 from vespa-engine/olaa/remove-statusgjoranv2023-06-163-69/+5
|\ | | | | Remove status packets and unused checks
| * Remove status packet from MetricsPacketsHandlerOla Aunronning2023-06-151-22/+5
| |
| * Don't add status_code and status_msg to metric packets. Remove unused ↵Ola Aunronning2023-06-152-47/+0
| | | | | | | | service health and coredump metric gatherers
* | Misc improvementsBjørn Christian Seime2023-06-151-4/+2
| | | | | | | | | | | | | | Remove duplicate unit tests. Improve symbol names. Use `Map` to simplify code and reduce cost. Introduce constant for the number of bytes in token check hash. Improve code comments.
* | Always add access log entry to test filter requestBjørn Christian Seime2023-06-141-0/+5
| |
* | Expose certificateBjørn Christian Seime2023-06-141-8/+28
|/
* No functional changesJon Bratseth2023-06-142-4/+2
|
* Use List.ofJon Bratseth2023-06-131-2/+1
|
* Non-functional changes onlyJon Bratseth2023-06-134-12/+15
|
* Merge pull request #27350 from vespa-engine/bjorncs/jettyHenning Baldersheim2023-06-082-4/+15
|\ | | | | Add workaround for stale requests
| * Add workaround for stale requestsBjørn Christian Seime2023-06-082-4/+15
| |
* | Merge branch 'master' into olaa/dataplane-proxy-configOla Aunrønning2023-06-085-2/+44
|\|
| * Merge pull request #27317 from vespa-engine/olaa/copy-listOla Aunrønning2023-06-071-0/+4
| |\ | | | | | | Copy metric list
| | * Add vespaVersion for host_life metricOla Aunronning2023-06-071-0/+4
| | |
| * | Get SSL connection object through endpointBjørn Christian Seime2023-06-061-2/+3
| |/
| * Add SSL bytes to connection logBjørn Christian Seime2023-05-303-2/+38
| |
| * Log more when parsing multipart deployment failsHarald Musum2023-05-251-0/+1
| |
* | Generate proxy certificate and inject in trust storeMorten Tokle2023-06-073-2/+114
|/