summaryrefslogtreecommitdiffstats
path: root/metrics-proxy/pom.xml
Commit message (Collapse)AuthorAgeFilesLines
* Consider if cloudwatch profile is set. Removed compile specification in pom.Ola Aunrønning2020-02-201-1/+0
|
* Added Telegraf componentOla Aunrønning2020-02-201-0/+5
|
* Add http client to retrieve metrics from other nodes.gjoranv2019-12-191-0/+12
|
* Set org.json to provided scopeOla Aunrønning2019-10-281-4/+5
|
* Add Prometheus http apigjoranv2019-08-271-0/+8
|
* Implement the /metrics/v1 rest api.gjoranv2019-07-091-6/+6
| | | | | - Json errors are now handled in ErrorResponse instead of JsonRenderingException
* Add request handler for generic metrics format.gjoranv2019-05-311-0/+27
|
* Add provided dep for jdisc_core to get Import-Packages.gjoranv2019-05-161-0/+7
|
* Use compile scope for org.json.gjoranv2019-05-161-5/+4
| | | | - Not an OSGi bundle, and only exported from container-disc.
* New metrics-proxygjoranv2019-05-101-0/+157
|
* Revert "Gjoranv/reapply new metrics proxy "Bjørn Christian Seime2019-05-091-157/+0
|
* Reapply Gjoranv/New metrics proxygjoranv2019-05-071-0/+157
| | | | This reverts commit 8b0272c3104080d1f293e6a709208d2ea149fc03.
* Revert "Gjoranv/New metrics proxy"gjoranv2019-05-071-157/+0
|
* Add groupId for compiler plugin, even if optional.gjoranv2019-05-031-0/+1
|
* New metrics-proxygjoranv2019-05-021-0/+156
* 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.