aboutsummaryrefslogtreecommitdiffstats
path: root/metrics-proxy/src/test/java/ai/vespa/metricsproxy/http/application/ApplicationMetricsHandlerTest.java
Commit message (Expand)AuthorAgeFilesLines
* jackson 2.16 changes some of its default settings so we consolidate our use o...Henning Baldersheim2023-11-231-8/+5
* Update copyrightJon Bratseth2023-10-091-1/+1
* Replace dimension allowlisting with blocklist in /metrics/v2Ola Aunronning2023-02-031-2/+2
* Unify on Streams.toList()Henning Baldersheim2023-01-171-2/+1
* qrserver -> container, part 2Harald Musum2022-08-091-1/+1
* No functional changesJon Bratseth2021-12-091-3/+2
* Update 2020 Oath copyrights.gjoranv2021-10-271-1/+1
* Do not fetch metrics for default consumer unless explicitly asked to do so.Henning Baldersheim2021-09-211-0/+1
* Try to fix unstable unit testsHarald Musum2021-09-161-1/+1
* In order to avoid possible deadlock when calling yourself for metrics when TT...Henning Baldersheim2021-09-151-0/+3
* Remove usage of org.jsonBjørn Christian Seime2021-02-021-12/+13
* Revert "Remove org.json usage [run-systemtest]"Bjørn Christian Seime2021-02-011-13/+12
* Remove usage of org.json:jsonBjørn Christian Seime2021-01-291-12/+13
* No functional changesJon Bratseth2020-09-181-7/+7
* 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
* Implement metrics dimensions processing.gjoranv2020-01-221-0/+19
* Add node's role to json output.gjoranv2020-01-171-0/+1
* Expose hostname, and rename nodeId -> role.gjoranv2020-01-171-3/+4
* Move node name out of the 'node' object.gjoranv2020-01-091-1/+1
* Rename configId to nodeId in MetricsNodesConfiggjoranv2020-01-061-1/+1
* Add/corect copyright headersJon Bratseth2020-01-031-4/+1
* Rename vespa-nodes.def to metrics-nodes.defgjoranv2019-12-241-4/+4
* Rename config fields for clarity.gjoranv2019-12-231-2/+2
* Add http handler for retrieving metrics from all application nodesgjoranv2019-12-201-0/+191