aboutsummaryrefslogtreecommitdiffstats
path: root/metrics-proxy/src/main/java/ai/vespa/metricsproxy/service/RemoteMetricsFetcher.java
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Rename MetricsParser.Consumer to Collector to avoid confusion.gjoranv2022-12-161-2/+2
* Use synchronous http clientBjørn Christian Seime2022-06-161-14/+15
* Handle that metrics can arrive with a dimension set to null. Skip and log it ...Henning Baldersheim2021-12-171-6/+2
* Update 2020 Oath copyrights.gjoranv2021-10-271-1/+1
* Drain the input stream on error, an just return an HealthMetric.getUnknown.Henning Baldersheim2021-09-231-1/+2
* Remove unneeded throws clauseHenning Baldersheim2021-09-211-1/+1
* Ensure stream is closed.Henning Baldersheim2021-09-211-3/+3
* Stop the polling thread prior to shutting down the http client.Henning Baldersheim2021-09-211-2/+0
* Revert "Revert "Consume and process metrics as they are parsed.""Harald Musum2021-09-091-13/+6
* Revert "Consume and process metrics as they are parsed."Harald Musum2021-09-091-6/+13
* Consume and process metrics as they are parsed.Henning Baldersheim2021-09-091-13/+6
* Use already present utility for streaming.Henning Baldersheim2021-04-091-1/+2
* Revert "Revert "Use a PipedStream to process metrics as they flow in asynchro...Henning Baldersheim2021-04-081-1/+2
* Revert "Use a PipedStream to process metrics as they flow in asynchronously."Henning Baldersheim2021-04-081-2/+1
* Use a PipedStream to process metrics as they flow in asynchronously.Henning Baldersheim2021-04-081-1/+2
* Avoid creating a string when a byte array will do.Henning Baldersheim2021-04-071-0/+10
* Reduce logging noise when metric fetching failsOla Aunrønning2021-03-231-5/+2
* Move the parser out to prepare for simpler testing.Henning Baldersheim2021-03-091-143/+1
* Using the jackson ObjectMapper directly at the rootlevel causes the whole obj...Henning Baldersheim2021-03-081-57/+110
* Remove usage of org.jsonBjørn Christian Seime2021-02-021-23/+32
* Revert "Remove org.json usage [run-systemtest]"Bjørn Christian Seime2021-02-011-26/+23
* Remove usage of org.json:jsonBjørn Christian Seime2021-01-291-23/+26
* Add/corect copyright headersJon Bratseth2020-01-031-4/+1
* Refactoring onlygjoranv2019-06-111-6/+5
* New metrics-proxygjoranv2019-05-101-0/+129
* Revert "Gjoranv/reapply new metrics proxy "Bjørn Christian Seime2019-05-091-129/+0
* Reapply Gjoranv/New metrics proxygjoranv2019-05-071-0/+129
* Revert "Gjoranv/New metrics proxy"gjoranv2019-05-071-129/+0
* New metrics-proxygjoranv2019-05-021-0/+129