aboutsummaryrefslogtreecommitdiffstats
path: root/metrics-proxy/src/main/java/ai/vespa/metricsproxy/http/yamas/YamasHandler.java
Commit message (Collapse)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-2/+2
|
* Always add host_life metricOla Aunronning2023-09-121-3/+1
|
* Support fetching metrics in JSONL formatOla Aunronning2023-08-281-3/+7
|
* Don't add status_code and status_msg to metric packets. Remove unused ↵Ola Aunronning2023-06-151-1/+1
| | | | service health and coredump metric gatherers
* Copy metric listOla Aunronning2023-06-061-1/+2
|
* Add API path for listing metric consumersOla Aunronning2023-06-051-5/+30
|
* Use '@Inject' from 'annotations' in multiple bundlesBjørn Christian Seime2022-05-061-1/+1
|
* Avoid creating a temporary YamasArrayJsonModel which contains a copy of the ↵Henning Baldersheim2021-12-161-1/+1
| | | | | | MetricsPacket list that is used just for simple json printing with an ObjectMapper. Insteda do it the old school by genrating the json with the core api which is streaming.
* Update 2019 Oath copyrights.gjoranv2021-10-271-1/+1
|
* Don't serialize metrics to StringOla Aunrønning2021-08-021-2/+2
|
* Move metrics handler utilities to new package in container-coregjoranv2020-01-231-4/+4
|
* Simplify HttpHandlerBase to make it more generic and reusable.gjoranv2019-12-191-1/+4
|
* Allow fetching metrics for all consumersOla Aunrønning2019-10-301-1/+1
|
* Include status code/messageOla Aunrønning2019-10-171-1/+1
|
* Separated into several classes and moved to own package. Removed use of ↵Ola Aunrønning2019-08-301-0/+67
mocking library. Other misc fixes