summaryrefslogtreecommitdiffstats
path: root/metrics-proxy/src/test
Commit message (Expand)AuthorAgeFilesLines
* Remove usage of org.jsonBjørn Christian Seime2021-02-026-75/+86
* Revert "Remove org.json usage [run-systemtest]"Bjørn Christian Seime2021-02-016-86/+75
* Remove usage of org.json:jsonBjørn Christian Seime2021-01-296-75/+86
* Remove topleveldispatch remnantsHarald Musum2020-09-252-6/+1
* No functional changesJon Bratseth2020-09-188-30/+31
* Fixed broken test and fixed namingAmund Bergland Kvalsvik2020-07-201-3/+2
* added regex and hostname testAmund Bergland Kvalsvik2020-07-171-1/+30
* Add prometheus path to the resource list in the root responsegjoranv2020-07-011-8/+12
* Fixed review commentsAmund Bergland Kvalsvik2020-06-291-2/+2
* Updated ApplicationMetricsHandler. Removed PrometheusV1HandlerAmund Bergland Kvalsvik2020-06-261-4/+4
* Cache built and processed metrics packets instead of buildersgjoranv2020-04-291-4/+4
* Limit number of threads for applications with <20 nodes.gjoranv2020-04-281-0/+15
* Remove assumption of VESPA_HOME location in TelegrafTestOla Aunrønning2020-04-162-2/+3
* Reuse Supervisor instanceBjørn Christian Seime2020-03-192-37/+40
* use RPC directly instead of calling external processArne Juul2020-03-182-22/+3
* memory.util -> mem.utilJon Bratseth2020-03-101-1/+1
* Determine metrics API protocol based on isHostedVespaOla Aunrønning2020-02-272-2/+3
* Set telegraf log path under Vespa homeOla Aunrønning2020-02-241-1/+1
* Log warning when stdErr is not empty. More debug loggingOla Aunrønning2020-02-211-1/+1
* Specify log pathOla Aunrønning2020-02-201-0/+2
* Add telegraf logrotation configOla Aunrønning2020-02-201-0/+3
* Map input plugins to appropriate output pluginOla Aunrønning2020-02-202-5/+16
* Added testOla Aunrønning2020-02-202-0/+72
* Add metrics/v2 handlergjoranv2020-02-145-165/+266
* Allow inspecting consumers in MetricsPacket.Buildergjoranv2020-02-131-2/+13
* Move metrics handler utilities to new package in container-coregjoranv2020-01-231-25/+0
* Implement metrics dimensions processing.gjoranv2020-01-225-1/+192
* Merge pull request #11840 from vespa-engine/gjoranv/node-infogjoranv2020-01-204-13/+18
|\
| * Add node's role to json output.gjoranv2020-01-173-0/+6
| * Expose hostname, and rename nodeId -> role.gjoranv2020-01-174-13/+12
* | Move MetricsHandler to new package and add 'V1' to its name.gjoranv2020-01-172-10/+11
|/
* Enable the default public metrics consumer in hosted Vespa.gjoranv2020-01-141-0/+25
* Move node name out of the 'node' object.gjoranv2020-01-093-6/+6
* Rename configId to nodeId in MetricsNodesConfiggjoranv2020-01-062-2/+2
* Add/corect copyright headersJon Bratseth2020-01-0332-132/+33
* Remove convenience method that did not take consumer argument.gjoranv2020-01-031-5/+5
* Properly support multiple consumers when caching metrics.gjoranv2020-01-031-0/+32
* Fix a bug in conversion to metrics packetsgjoranv2019-12-262-9/+68
* Rename vespa-nodes.def to metrics-nodes.defgjoranv2019-12-242-9/+9
* Rename config fields for clarity.gjoranv2019-12-232-10/+10
* Add http handler for retrieving metrics from all application nodesgjoranv2019-12-201-0/+191
* Add JSON model for full application outputgjoranv2019-12-202-0/+212
* Allow specifying a consumer, and propagate it all the way.gjoranv2019-12-192-9/+12
* Add retriever for metrics from all application nodes.gjoranv2019-12-191-0/+169
* Move Node class to separate file, and add path field.gjoranv2019-12-191-2/+2
* Optimize NodeMetricsClientTestgjoranv2019-12-191-30/+21
* Add http client to retrieve metrics from other nodes.gjoranv2019-12-191-0/+103
* Allow conversion from GenericJsonModel to MetricsPacketsgjoranv2019-12-192-6/+48
* Split test. Rename flush -> purgeOla Aunrønning2019-12-021-20/+35
* Allow flushing external metrics through RPCOla Aunrønning2019-12-021-3/+9