summaryrefslogtreecommitdiffstats
path: root/metrics-proxy/src
Commit message (Collapse)AuthorAgeFilesLines
...
| * Remove unused ServiceListener interface.gjoranv2019-06-033-24/+3
| |
* | Nonfunctional changes onlyJon Bratseth2019-06-031-0/+1
|/
* Add request handler for generic metrics format.gjoranv2019-05-318-15/+262
|
* Minor non-functional improvements.gjoranv2019-05-292-4/+3
|
* Bugfix: set sentinel client before updating services.gjoranv2019-05-291-4/+4
|
* Use logger instead of printStackTracegjoranv2019-05-281-1/+2
|
* minor: rename test utilitygjoranv2019-05-287-19/+15
|
* Add conversion from metrics packets to the generic json model.gjoranv2019-05-286-1/+132
|
* Add json model for generic metrics format.gjoranv2019-05-246-0/+245
|
* Extract creation of ObjectMapper to a new utility class.gjoranv2019-05-242-25/+49
|
* Rename JsonUtil -> YamasJsonUtilgjoranv2019-05-244-15/+12
|
* Remove one duplicate of monitoring config default values.gjoranv2019-05-141-1/+1
| | | | | - They are still duplicated in DomAdminBuilderBase. - Align def file value with default in DomAdminBuilderBase.
* Remove 'healthport' from vespa-services config.gjoranv2019-05-103-3/+1
| | | | - Only one port is used per service.
* New metrics-proxygjoranv2019-05-1071-0/+5574
|
* Revert "Gjoranv/reapply new metrics proxy "Bjørn Christian Seime2019-05-0971-5574/+0
|
* Reapply Gjoranv/New metrics proxygjoranv2019-05-0771-0/+5574
| | | | This reverts commit 8b0272c3104080d1f293e6a709208d2ea149fc03.
* Revert "Gjoranv/New metrics proxy"gjoranv2019-05-0771-5574/+0
|
* Resolve test files from class loader.gjoranv2019-05-037-36/+20
|
* New metrics-proxygjoranv2019-05-0271-0/+5590
* Configs for services, monitoring, consumers, dimensions, rpc-connector * Add a provider for SystemPoller to simplify migration to DI. * Add test and test utils for ConfigSentinelClient. * Add package-info files. * Add MetricsConsumers class. * Extract separate classes and configs for app and node dims. * Add RpcConnector as a long-lived owner of the rpc Supervisor. * Move service updating from VespaMetrics to MetricsManager. * Move service dimensions to VespaService. * Rename service.id to 'configId' in vespa-services.def.