aboutsummaryrefslogtreecommitdiffstats
path: root/metrics-proxy/src/main/java/ai/vespa/metricsproxy/http/application/ApplicationMetricsHandler.java
Commit message (Expand)AuthorAgeFilesLines
* Stream "generic JSON models" toojonmv4 days1-2/+3
* Avoid buffering entire prometheus model serialisationjonmv4 days1-3/+3
* To avoid keeping all Prometheus Metrics in memory while aggregating, iterate ...Henning Baldersheim2024-04-161-1/+0
* Update copyrightJon Bratseth2023-10-091-1/+1
* Revert "Revert collect(Collectors.toList())"Henning Baldersheim2022-12-041-1/+1
* Revert collect(Collectors.toList())Henning Baldersheim2022-12-041-1/+1
* collect(Collectors.toList()) -> toList()Henning Baldersheim2022-12-021-1/+1
* Use '@Inject' from 'annotations' in multiple bundlesBjørn Christian Seime2022-05-061-1/+1
* Update 2020 Oath copyrights.gjoranv2021-10-271-1/+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/+1
* added hostname as a dimension to prometheus metricsAmund Bergland Kvalsvik2020-07-141-4/+4
* Add prometheus path to the resource list in the root responsegjoranv2020-07-011-1/+2
* Add bindings for prometheus handler in application containers.gjoranv2020-06-301-5/+1
* Fixed review commentsAmund Bergland Kvalsvik2020-06-291-10/+12
* Updated ApplicationMetricsHandler. Removed PrometheusV1HandlerAmund Bergland Kvalsvik2020-06-261-4/+31
* Cache built and processed metrics packets instead of buildersgjoranv2020-04-291-28/+2
* Use correct path (/values) to the metrics api on metrics-proxy.gjoranv2020-01-281-1/+1
* Move metrics handler utilities to new package in container-coregjoranv2020-01-231-3/+3
* Implement metrics dimensions processing.gjoranv2020-01-221-14/+10
* Add/corect copyright headersJon Bratseth2020-01-031-3/+1
* Add http handler for retrieving metrics from all application nodesgjoranv2019-12-201-0/+99