aboutsummaryrefslogtreecommitdiffstats
path: root/metrics-proxy/src/test/java/ai/vespa/metricsproxy/http/application/ApplicationMetricsRetrieverTest.java
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Unify on Streams.toList()Henning Baldersheim2023-01-171-2/+1
* Increase timeout to reduce timing issue in test.Henning Baldersheim2022-01-071-2/+2
* Do not fetch metrics for default consumer unless explicitly asked to do so.Henning Baldersheim2021-09-211-0/+4
* Use an async http client with only 2 threads.Henning Baldersheim2021-09-161-6/+5
* Try to fix unstable unit testsHarald Musum2021-09-161-10/+6
* In order to avoid possible deadlock when calling yourself for metrics when TT...Henning Baldersheim2021-09-151-13/+10
* Limit number of threads for applications with <20 nodes.gjoranv2020-04-281-0/+15
* Expose hostname, and rename nodeId -> role.gjoranv2020-01-171-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-5/+5
* Rename config fields for clarity.gjoranv2019-12-231-8/+8
* Allow specifying a consumer, and propagate it all the way.gjoranv2019-12-191-7/+7
* Add retriever for metrics from all application nodes.gjoranv2019-12-191-0/+169