aboutsummaryrefslogtreecommitdiffstats
path: root/container-core/src/main/java/com/yahoo/container/handler/metrics
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-096-6/+6
* Require capabilities for built-in request handlersBjørn Christian Seime2023-02-141-1/+6
* Avoid deprecated apache http 5.2 methods, by adding it to the builder.Henning Baldersheim2023-01-262-6/+2
* Upgrade apache 5.1 => 5.2 and add deprecation suppressions.Henning Baldersheim2023-01-262-0/+2
* Revert apache 5.1 -> 5.2Henning Baldersheim2023-01-262-2/+4
* More consistent naming of set/build methodsHenning Baldersheim2023-01-252-2/+2
* VespaHttpClientBuilder follow builder pattern and add connect and socket time...Henning Baldersheim2023-01-252-6/+2
* Bump apache httpclient from 5.1 to 5.2.Henning Baldersheim2023-01-252-0/+2
* Use Inject annotation from 'annotations'Bjørn Christian Seime2022-06-092-2/+2
* Use hc5 in metrics handlersjonmv2022-05-312-22/+47
* Reduce default timeout for metrics requests from 300s to 25s to ensure it is ...Henning Baldersheim2022-01-251-0/+12
* Update 2020 Oath copyrights.gjoranv2021-10-273-3/+3
* Update 2019 Oath copyrights.gjoranv2021-10-271-1/+1
* Update Verizon Media copyright notices.gjoranv2021-10-071-1/+1
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Move client builders to major specific sub packagesJon Marius Venstad2021-03-232-3/+2
* Add copyright headersJon Bratseth2021-03-181-0/+1
* Remove com.yahoo.vespa.jdk8compatBjørn Christian Seime2021-03-101-5/+6
* Remove usage of org.jsonBjørn Christian Seime2021-02-021-10/+13
* Revert "Remove org.json usage [run-systemtest]"Bjørn Christian Seime2021-02-011-13/+10
* Remove usage of org.json:jsonBjørn Christian Seime2021-01-291-10/+13
* Non-functional-changes-onlyJon Bratseth2020-11-184-2/+10
* Make ctor public for DIgjoranv2020-06-301-2/+4
* Fixed minor naming errors and throwsAmund Bergland Kvalsvik2020-06-291-5/+4
* Fixed review commentsAmund Bergland Kvalsvik2020-06-291-4/+4
* Added configsAmund Bergland Kvalsvik2020-06-261-1/+1
* Used default metric proxy uriAmund Bergland Kvalsvik2020-06-261-1/+1
* Cleaned up testingAmund Bergland Kvalsvik2020-06-261-2/+2
* Added PrometheusHandlerAmund Bergland Kvalsvik2020-06-261-0/+67
* Updated ApplicationMetricsHandler. Removed PrometheusV1HandlerAmund Bergland Kvalsvik2020-06-261-90/+0
* Returning with correct format. Dependencies brokenAmund Bergland Kvalsvik2020-06-251-2/+20
* Cleaned up codeAmund Bergland Kvalsvik2020-06-241-16/+14
* Added correct handler for Prometheus requestsAmund Bergland Kvalsvik2020-06-231-0/+74
* Handle null error message.gjoranv2020-04-291-1/+1
* Add MetricsV2Handler to application containers.gjoranv2020-01-281-0/+77
* Revert "Gjoranv/metrics v2 in container 2"gjoranv2020-01-281-77/+0
* Use the default connection manager, as there is no parallelism.gjoranv2020-01-271-1/+1
* Add MetricsV2Handler to application containers.gjoranv2020-01-251-0/+77
* Revert "Add MetricsV2Handler to application containers."Bjørn Christian Seime2020-01-241-77/+0
* Add MetricsV2Handler to application containers.gjoranv2020-01-241-0/+77
* Move metrics handler utilities to new package in container-coregjoranv2020-01-234-0/+146