aboutsummaryrefslogtreecommitdiffstats
path: root/metrics-proxy/src/main/java/ai/vespa/metricsproxy/http
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-0914-15/+15
* Always add host_life metricOla Aunronning2023-09-121-3/+1
* Support fetching metrics in JSONL formatOla Aunronning2023-08-282-5/+14
* Don't add status_code and status_msg to metric packets. Remove unused service...Ola Aunronning2023-06-152-2/+2
* Copy metric listOla Aunronning2023-06-061-1/+2
* Add API path for listing metric consumersOla Aunronning2023-06-051-5/+30
* Read content config generationJon Bratseth2023-02-201-10/+6
* Enum dimension setOla Aunronning2023-02-061-11/+1
* Replace dimension allowlisting with blocklist in /metrics/v2Ola Aunronning2023-02-033-40/+8
* Upgrade apache 5.1 => 5.2 and add deprecation suppressions.Henning Baldersheim2023-01-261-0/+1
* Minor code cleanup.Henning Baldersheim2023-01-261-1/+0
* Revert apache 5.1 -> 5.2Henning Baldersheim2023-01-261-1/+1
* Bump apache httpclient from 5.1 to 5.2.Henning Baldersheim2023-01-251-1/+1
* Unify on Streams.toList()Henning Baldersheim2023-01-171-2/+1
* Simplify and modernizeHenning Baldersheim2023-01-171-2/+1
* Revert "Revert collect(Collectors.toList())"Henning Baldersheim2022-12-043-4/+4
* Revert collect(Collectors.toList())Henning Baldersheim2022-12-043-4/+4
* collect(Collectors.toList()) -> toList()Henning Baldersheim2022-12-023-4/+4
* Use volatile instead of Atomics when that is sufficient.Henning Baldersheim2022-11-011-13/+10
* - Handle CancellationException.Henning Baldersheim2022-11-011-7/+15
* Remove unnecessary return typejonmv2022-10-282-10/+9
* Abandon in-flight metrics requests on deconstructjonmv2022-10-282-8/+7
* Break fetching metrics when stoppedjonmv2022-10-271-2/+3
* Return X-Vespa-Ignored-Fields if fields were ignoredJon Bratseth2022-10-061-1/+1
* Ignore case when looking up metrics consumer.gjoranv2022-09-261-6/+9
* Specify timeout for non-blocking I/O in http clientsBjørn Christian Seime2022-06-131-5/+7
* Use '@Inject' from 'annotations' in multiple bundlesBjørn Christian Seime2022-05-066-6/+6
* Silence ConnectTimeoutExceptionHenning Baldersheim2022-04-291-1/+2
* Reduce default timeout for metrics requests from 300s to 25s to ensure it is ...Henning Baldersheim2022-01-251-1/+0
* Support producing all clauses in a referenced conditionJon Bratseth2022-01-191-3/+3
* Even if we do not filter by consumer on the services, we can do it early in t...Henning Baldersheim2021-12-171-2/+2
* Avoid creating a temporary YamasArrayJsonModel which contains a copy of the M...Henning Baldersheim2021-12-162-9/+9
* Zero out the builders as soon as they are used to avoid keeping both alive wh...Henning Baldersheim2021-12-152-9/+13
* Use debug logging for exceptions known to happen during normal operations whe...Henning Baldersheim2021-12-011-7/+10
* Update 2020 Oath copyrights.gjoranv2021-10-278-8/+8
* Update 2019 Oath copyrights.gjoranv2021-10-271-1/+1
* Lower log levelHarald Musum2021-10-271-2/+2
* Add missiung copyrightsJon Bratseth2021-10-201-0/+1
* Do not start metrics poller thread in constructor.Henning Baldersheim2021-10-081-5/+5
* Update Verizon Media copyright notices.gjoranv2021-10-073-3/+3
* Do not fetch metrics for default consumer unless explicitly asked to do so.Henning Baldersheim2021-09-211-3/+3
* GC unused classHenning Baldersheim2021-09-211-14/+0
* Stop the polling thread prior to shutting down the http client.Henning Baldersheim2021-09-211-3/+3
* Must concatenate as message is not a Throwable.Henning Baldersheim2021-09-171-1/+1
* GC unused importHenning Baldersheim2021-09-171-1/+0
* We do not need the stack trace for expected warnings.Henning Baldersheim2021-09-171-2/+8
* Use an async http client with only 2 threads.Henning Baldersheim2021-09-162-59/+59
* Empty snapshots are not valid.Henning Baldersheim2021-09-161-1/+4
* Reduce loglevelHenning Baldersheim2021-09-161-2/+2
* Try to fix unstable unit testsHarald Musum2021-09-162-10/+8