aboutsummaryrefslogtreecommitdiffstats
path: root/container-disc/src/main/java/com/yahoo/container
Commit message (Expand)AuthorAgeFilesLines
* Add port for token connector to nginx configBjørn Christian Seime2023-07-191-3/+6
* Merge pull request #27541 from vespa-engine/mortent/dp-more-robust-proxyBjørn Christian Seime2023-06-261-16/+29
|\
| * Reduce dtor timeout to less than global reconfig timeoutBjørn Christian Seime2023-06-261-1/+1
| * Make stop more robustMorten Tokle2023-06-241-15/+28
* | Replace metrics strings with the corresponding enum constants.gjoranv2023-06-221-1/+2
|/
* Revert "Replace metrics strings with the corresponding enum constants."Harald Musum2023-06-221-2/+1
* Replace metrics strings with the corresponding enum constants.gjoranv2023-06-211-1/+2
* Verify proxy running + handle stopMorten Tokle2023-06-201-28/+48
* simplify statesMorten Tokle2023-06-201-39/+49
* Handle proxy start/reload issuesMorten Tokle2023-06-201-58/+143
* use correct stop commandMorten Tokle2023-06-161-1/+1
* DataplaneProxyConfig does not contain endpointsOla Aunronning2023-06-131-6/+0
* Generate proxy certificate and inject in trust storeMorten Tokle2023-06-072-10/+7
* Configure data plane proxyMorten Tokle2023-05-252-0/+196
* Move metrics definitions to metrics:ai.vespa.metricsgjoranv2023-05-084-8/+9
* 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-272-1/+4
* Revert "Revert "Merge pull request #26859 from vespa-engine/revert-26805-olaa...Morten Tokle2023-04-272-4/+1
* Revert "Merge pull request #26859 from vespa-engine/revert-26805-olaa/version...Ola Aunronning2023-04-262-1/+4
* Revert "Write tenant service identity at same location as AthenzCredentialsSe...Morten Tokle2023-04-262-4/+1
* Consider credentials existence when setting up AthenzIdentityProviderOla Aunronning2023-04-252-1/+4
* 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 vespa-engine/yngveaasheim/create-enums-for-rem...Yngve Aasheim2023-03-031-6/+8
|\
| * 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
* Add a provider for cluster information.Henning Baldersheim2022-11-031-0/+29
* No real changesjonmv2022-11-012-17/+2
* Start new mbus servers before stopping old onesjonmv2022-10-101-1/+7
* Add id() to ClusterJon Bratseth2022-10-071-1/+1
* Log when rpc port changes.Henning Baldersheim2022-08-181-0/+1
* Handle rpc port changes live.Henning Baldersheim2022-08-171-37/+59
* Add metric for total number of threads in JVMBjørn Christian Seime2022-07-261-0/+4
* Reapply "Bjorncs/application status handler""Bjørn Christian Seime2022-06-302-0/+296
* Revert "Bjorncs/application status handler"Bjørn Christian Seime2022-06-292-296/+0
* Merge pull request #23273 from vespa-engine/bjorncs/application-status-handlerBjørn Christian Seime2022-06-292-0/+296
|\
| * Simplify and improve encapsulationBjørn Christian Seime2022-06-281-73/+48