aboutsummaryrefslogtreecommitdiffstats
path: root/service-monitor/pom.xml
Commit message (Collapse)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
|
* Use 'vespa.version' suffix for all global version properties.gjoranv2023-07-241-1/+1
|
* Revert "New parent pom"Arnstein Ressem2023-07-211-1/+1
|
* Use 'vespa.version' suffix for all global version properties.gjoranv2023-07-191-1/+1
|
* Remove forkMode, deprecated and same as default valueHarald Musum2023-03-221-1/+0
|
* Revert "Revert "- Reduce usage of guava.""Henning Baldersheim2022-12-011-6/+0
|
* Revert "- Reduce usage of guava."Henning Baldersheim2022-12-011-0/+6
|
* - Reduce usage of guava.Henning Baldersheim2022-12-011-6/+0
| | | | - Ensure that tests relying on order are determinsitic.
* Set project version to 8-SNAPSHOTgjoranv2022-06-081-2/+2
|
* unify java warningsArne H Juul2022-01-061-8/+0
| | | | | * these were stricter than in parent, but to simplify we can just use compiler args from parent
* Revert "Remove deps to http-utils and add vespajlib where necessary."gjoranv2021-10-211-6/+6
| | | | This reverts commit fe260fe8a98c1d2d19633e16a6308857c9577878.
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
|
* Remove deps to http-utils and add vespajlib where necessary.gjoranv2021-09-301-6/+6
|
* Use provided apache http client bundle from containerBjørn Christian Seime2021-07-061-8/+6
|
* Revert "Use provided apache http client bundle from container [run-systemtest]"Harald Musum2021-07-051-6/+8
|
* Use provided apache http client bundle from containerBjørn Christian Seime2021-07-051-8/+6
|
* Revert "Reapply "Use provided apache http client bundle from container""Bjørn Christian Seime2021-06-231-6/+8
|
* Reapply "Use provided apache http client bundle from container"Bjørn Christian Seime2021-06-231-8/+6
|
* Revert "Reapply "Use provided apache http client bundle from container" ↵Harald Musum2021-06-221-6/+8
| | | | [run-systemtest]""
* Revert "Revert "Reapply "Use provided apache http client bundle from ↵Harald Musum2021-06-221-8/+6
| | | | container" [run-systemtest]""
* Revert "Reapply "Use provided apache http client bundle from container" ↵Harald Musum2021-06-221-6/+8
| | | | [run-systemtest]"
* Reapply "Use provided apache http client bundle from container"Bjørn Christian Seime2021-06-221-8/+6
| | | | This reverts commit 89c9ae74e5aa065981ea55fe326369df64219c6b.
* Revert "Use provided apache http client bundle from container"Bjørn Christian Seime2021-06-221-6/+8
| | | | This reverts commit a181d8d9de3f4e73daab9ee0d62fd25f094fce2f.
* Use provided apache http client bundle from containerBjørn Christian Seime2021-06-171-8/+6
|
* Use VespaHttpClientBuilder in service-monitorBjørn Christian Seime2019-04-081-0/+6
|
* Order dependencies on scopeBjørn Christian Seime2019-04-081-7/+13
| | | | Also change scope of 'annotations' to provided.
* Fix imports and lintingJon Marius Venstad2019-02-261-0/+1
|
* 6-SNAPSHOT -> 7-SNAPSHOTArnstein Ressem2019-01-211-2/+2
|
* Revert "Revert "Add infrastructure applications to DuperModel""Håkon Hallingstad2018-12-031-0/+6
|
* Revert "Add infrastructure applications to DuperModel"Harald Musum2018-12-031-6/+0
|
* Add infrastructure applications to DuperModelHåkon Hallingstad2018-11-301-0/+6
| | | | | | | | | | | | | | | | | | | | | | | DuperModel is (will be) responsible for both active tenant applications (through SuperModel) and infrastructure applications. This PR is one step in that direction: - All infrastructure applications (config, confighost, controller, controllerhost, and proxyhost) are owned and managed by DuperModel. - The InfrastructureProvisioner retrieves all possible infra apps from the DuperModel (through a reduced API), and "activates" each of them if target is set and there are any nodes etc. - The InfrastructureProvisioner then notifies the DuperModel which apps have been activated, and with which hosts. - The DuperModel can then build delegate artificially create ApplicationInfo, which gets translated into the application model, and finally the service model. - The resulting service model has NOT_CHECKED for each hostadmin service instance. This is sufficient for goal 1 of this sprint. - The config server application currently has health, so that's kept as-is for now. - Feature flags have been tried and works and allows 1. to disable adding the infra apps in the DuperModel, and 2. to enable the infra configserver instead of the currently created configserver w/health.
* Revert "Revert "Use HTTP and remove Athenz injection""Håkon Hallingstad2018-06-081-0/+23
|
* Revert "Use HTTP and remove Athenz injection"Håkon Hallingstad2018-06-061-23/+0
|
* Revert "Revert "Make health client wo using it""Håkon Hallingstad2018-06-051-0/+23
|
* Revert "Make health client wo using it"Harald Musum2018-05-311-23/+0
|
* Make health client wo using itHåkon Hallingstad2018-05-311-0/+23
| | | | | | | | | | | | | | | | | | | | | This PR should not have any functional changes. - Make a synthetic ApplicationInfo for the config server and "activate" it during bootstrap. - Make an ApplicationInstanceGenerator that converts an ApplicationInfo to an ApplicationInstance. Used by ModelGenerator. - Make a "DuperModel" that combines the SuperModel (deployed apps) with the set of synthetic apps. - Prefer health over Slobrok service status, if available (!= NOT_CHECKED). Health monitoring is structured as: - A manager responsible for adding and removing applications - An ApplicationHealthMonitor responsible for all monitoring for a given app - A HealthMonitor responsible for monitoring the health of a single service - A HealthClient responsible for issuing health requests to fixed endpoint Some of the lower-level health monitoring is not entirely finished, as it depends on refactoring of an athenz dependency tbd later.
* Use no_aop classifier for guice.gjoranv2017-12-011-0/+1
|
* Split parent + container-dependency-versions from root pom.gjoranv2017-12-011-0/+1
| | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
* Revert "Gjoranv/split parent2"gjoranv2017-11-301-2/+0
|
* Use no_aop classifier for guice.gjoranv2017-11-301-0/+1
|
* Split parent + container-dependency-versions from root pom.gjoranv2017-11-301-0/+1
| | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
* Revert "Gjoranv/split parent"gjoranv2017-11-291-2/+0
|
* Use no_aop classifier for guice.gjoranv2017-11-291-0/+1
|
* Split parent + container-dependency-versions from root pom.gjoranv2017-11-291-0/+1
| | | | | | - Add missing dependencies so that all provided non-yahoo jars are listed in container-dependency-versions. - Add relativePath for all child poms of parent.
* Revert "Do not export service monitor internals"Jon Marius Venstad2017-10-271-6/+0
|
* Make exported providers for componentsHåkon Hallingstad2017-10-271-0/+6
|
* Merge pull request #3828 from vespa-engine/hakonhall/remove-scala-servicemonitorBjørn Christian Seime2017-10-201-48/+0
|\ | | | | Remove Scala ServiceMonitor
| * Remove Scala ServiceMonitorHåkon Hallingstad2017-10-201-48/+0
| |
* | Revert "Revert "Provide service-monitor and application-model""Håkon Hallingstad2017-10-191-1/+1
|/
* Revert "Provide service-monitor and application-model"Håkon Hallingstad2017-10-191-1/+1
|