aboutsummaryrefslogtreecommitdiffstats
path: root/metrics-proxy/src/main/java/ai/vespa/metricsproxy/http/application/NodeMetricsClient.java
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Replace dimension allowlisting with blocklist in /metrics/v2Ola Aunronning2023-02-031-3/+1
* Unify on Streams.toList()Henning Baldersheim2023-01-171-2/+1
* Remove unnecessary return typejonmv2022-10-281-4/+4
* Abandon in-flight metrics requests on deconstructjonmv2022-10-281-1/+1
* Update 2020 Oath copyrights.gjoranv2021-10-271-1/+1
* Use an async http client with only 2 threads.Henning Baldersheim2021-09-161-30/+37
* Empty snapshots are not valid.Henning Baldersheim2021-09-161-1/+4
* In order to avoid possible deadlock when calling yourself for metrics when TT...Henning Baldersheim2021-09-151-17/+16
* Upgrade from hc4 to hc5.Henning Baldersheim2021-04-071-4/+4
* Cache built and processed metrics packets instead of buildersgjoranv2020-04-291-9/+24
* Use java.util.logging.Level in static imports.gjoranv2020-04-251-3/+3
* Use a ConcurrentHashMap for metrics snapshots for each node.gjoranv2020-03-171-1/+3
* Revert "Merge pull request #12351 from vespa-engine/revert-11875-bratseth/nod...Jon Bratseth2020-02-261-1/+1
* Revert "Bratseth/node metrics"Harald Musum2020-02-261-1/+1
* Non-functional changes onlyJon Bratseth2020-01-211-1/+1
* Add/corect copyright headersJon Bratseth2020-01-031-4/+1
* Remove convenience method that did not take consumer argument.gjoranv2020-01-031-6/+1
* Properly support multiple consumers when caching metrics.gjoranv2020-01-031-14/+40
* Allow specifying a consumer, and propagate it all the way.gjoranv2019-12-191-6/+13
* Add retriever for metrics from all application nodes.gjoranv2019-12-191-1/+1
* Move Node class to separate file, and add path field.gjoranv2019-12-191-22/+0
* Add http client to retrieve metrics from other nodes.gjoranv2019-12-191-0/+99