summaryrefslogtreecommitdiffstats
path: root/container-disc
Commit message (Collapse)AuthorAgeFilesLines
* Use constants, and add new metrics to VespaMetricSet.gjoranv2023-05-051-3/+6
|
* Add metrics for graph creation time and reconfig count.gjoranv2023-05-051-0/+6
|
* Revert "revert new athenz provider MERGEOK"Ola Aunrønning2023-04-273-2/+6
|
* Revert "Revert "Merge pull request #26859 from ↵Morten Tokle2023-04-273-6/+2
| | | | | | vespa-engine/revert-26805-olaa/versioned-feature-flag"" This reverts commit e10612188741a2d5ce9c69b80c35015b38ea1627.
* Revert "Merge pull request #26859 from ↵Ola Aunronning2023-04-263-2/+6
| | | | | | | vespa-engine/revert-26805-olaa/versioned-feature-flag" This reverts commit 01cc25458c74d2902879087919f67622600ffc65, reversing changes made to a6c5b734b94d0239db9df0d37e390f82d3deabf1.
* Revert "Write tenant service identity at same location as ↵Morten Tokle2023-04-263-6/+2
| | | | AthenzCredentialsService"
* Consider credentials existence when setting up AthenzIdentityProviderOla Aunronning2023-04-253-2/+6
|
* Log at lower levelHarald Musum2023-03-091-2/+2
|
* Use the latest metric objectJon Bratseth2023-03-061-6/+8
|
* Use the metric provider returned after configurationJon Bratseth2023-03-031-4/+3
|
* Merge pull request #26283 from ↵Yngve Aasheim2023-03-031-6/+8
|\ | | | | | | | | vespa-engine/yngveaasheim/create-enums-for-remaining-metricsets Use enums for remaining metrics used by metric sets
| * Remove unused importyngveaasheim2023-03-031-1/+1
| |
| * Add enums for most remaining metrics in VespaMetricSetyngveaasheim2023-03-031-6/+8
| |
* | Use the APPLICATION_GENERATION constant.gjoranv2023-03-031-1/+2
|/
* Define application_generation in containermetrics and add to the vespa setJon Bratseth2023-03-021-2/+2
|
* Improve metric names, fix wiringBjørn Christian Seime2023-02-161-2/+3
|
* Add metrics for capability checksBjørn Christian Seime2023-02-161-0/+10
|
* Define required capabilities for existing JRT RPC methodsBjørn Christian Seime2023-02-091-1/+3
|
* Use ContainerMetrics enumYngve Aasheim2023-01-201-12/+13
|
* Add jdisc-gc-countYngve Aasheim2023-01-121-1/+1
|
* Use the initially included metrics in the new metrics enum.gjoranv2023-01-101-1/+2
|
* Reduce the simple usage of guava where java has caught upHenning Baldersheim2022-11-301-8/+6
|
* Use a thread executor to fire off subcribes to multiple keys concurrently.Henning Baldersheim2022-11-111-0/+1
|
* - Remove cluster() from SystemInfo to only keep static information there.Henning Baldersheim2022-11-041-4/+1
| | | | | - Instead provide only the cluster name. - If you need cluster information have Cluster injected directly.
* Move $VESPA_HOME/tmp to $VESPA_HOME/var/tmpEirk Nygaard2022-11-041-1/+1
| | | | | Prepare to support immutable container image where only var and logs directories must be writable. Create symlink from old tmp directory to $VESPA_HOME/var/tmp
* Add a provider for cluster information.Henning Baldersheim2022-11-031-0/+29
|
* No real changesjonmv2022-11-012-17/+2
|
* Update ABI spec format, and update all specsjonmv2022-10-251-66/+66
|
* Upgrade BouncyCastle to 1.72Bjørn Christian Seime2022-10-121-3/+3
| | | | Migrate to artifact names used by 1.71+
* Start new mbus servers before stopping old onesjonmv2022-10-101-1/+7
|
* Add id() to ClusterJon Bratseth2022-10-071-1/+1
|
* Let nproc ignore OMP_NUM_THREADS and OMP_THREAD_LIMIT environment variables.Henning Baldersheim2022-09-211-1/+1
|
* use sed, not perlArne Juul2022-08-291-1/+1
|
* Log when rpc port changes.Henning Baldersheim2022-08-181-0/+1
|
* Handle rpc port changes live.Henning Baldersheim2022-08-171-37/+59
|
* Merge pull request #23610 from vespa-engine/hmusum/qrserver-to-container-2Harald Musum2022-08-091-1/+1
|\ | | | | qrserver -> container, part 2 [run-systemtest]
| * qrserver -> container, part 2Harald Musum2022-08-091-1/+1
| |
* | Remove temporary fixHarald Musum2022-08-091-4/+0
|/
* Merge pull request #23540 from vespa-engine/bjorncs/stale-threads-watchdogJon Bratseth2022-07-312-1/+5
|\ | | | | Bjorncs/stale threads watchdog
| * Add metric for total number of threads in JVMBjørn Christian Seime2022-07-262-1/+5
| |
* | Convert container-disc to junit5Bjørn Christian Seime2022-07-2811-88/+107
| |
* | Do not preinstall vespa security bundles (installed by config-model)gjoranv2022-07-261-2/+0
| |
* | Move installing of servlet-api bundle to config-model.gjoranv2022-07-261-2/+0
| |
* | Add back bundles needed by container-disc to preinstall in pomgjoranv2022-07-211-5/+8
| |
* | Set up more bundles via config-model.gjoranv2022-07-211-14/+5
|/ | | | | - These 4 bundles are currently required by all container cluster types, including standalone-containers.
* Remove debug log message from startup scriptHarald Musum2022-07-131-1/+0
|
* Only add search/docproc/feed bundles when requiredBjørn Christian Seime2022-07-011-5/+0
|
* Revert "Only add search/docproc/feed bundles when required"Bjørn Christian Seime2022-06-301-0/+5
| | | | This reverts commit 5c38080766861504e26b68ee65e9657f0ae40554.
* Only add search/docproc/feed bundles when requiredBjørn Christian Seime2022-06-291-5/+0
|
* Merge pull request #23273 from vespa-engine/bjorncs/application-status-handlerBjørn Christian Seime2022-06-294-0/+435
|\ | | | | Bjorncs/application status handler