summaryrefslogtreecommitdiffstats
path: root/metrics-proxy
Commit message (Collapse)AuthorAgeFilesLines
* Use provided apache http client bundle from containerBjørn Christian Seime2021-07-061-0/+6
|
* Revert "Use provided apache http client bundle from container [run-systemtest]"Harald Musum2021-07-051-6/+0
|
* Use provided apache http client bundle from containerBjørn Christian Seime2021-07-051-0/+6
|
* Remove docker-apiMartin Polden2021-06-291-1/+1
|
* Revert "Reapply "Use provided apache http client bundle from container""Bjørn Christian Seime2021-06-231-6/+0
|
* Reapply "Use provided apache http client bundle from container"Bjørn Christian Seime2021-06-231-0/+6
|
* Revert "Reapply "Use provided apache http client bundle from container" ↵Harald Musum2021-06-221-6/+0
| | | | [run-systemtest]""
* Revert "Revert "Reapply "Use provided apache http client bundle from ↵Harald Musum2021-06-221-0/+6
| | | | container" [run-systemtest]""
* Revert "Reapply "Use provided apache http client bundle from container" ↵Harald Musum2021-06-221-6/+0
| | | | [run-systemtest]"
* Reapply "Use provided apache http client bundle from container"Bjørn Christian Seime2021-06-221-0/+6
| | | | This reverts commit 89c9ae74e5aa065981ea55fe326369df64219c6b.
* Revert "Use provided apache http client bundle from container"Bjørn Christian Seime2021-06-221-6/+0
| | | | This reverts commit a181d8d9de3f4e73daab9ee0d62fd25f094fce2f.
* Use provided apache http client bundle from containerBjørn Christian Seime2021-06-171-0/+6
|
* drop empty buffers instead of using small buffersHåvard Pettersen2021-06-152-2/+2
|
* admin/slobrok.0 does not always exist ....... anymore.Henning Baldersheim2021-05-272-3/+3
|
* More lazy debug log message generationJon Marius Venstad2021-04-287-13/+13
|
* Remove deps to container-di for modules that only used Provider.gjoranv2021-04-121-6/+0
|
* Use already present utility for streaming.Henning Baldersheim2021-04-093-48/+16
|
* apache.http client packages are transitively pulled in from http-utils with ↵Henning Baldersheim2021-04-081-4/+0
| | | | proper excludes already.
* Revert "Revert "Use a PipedStream to process metrics as they flow in ↵Henning Baldersheim2021-04-085-24/+72
| | | | asynchronously.""
* Revert "Use a PipedStream to process metrics as they flow in asynchronously."Henning Baldersheim2021-04-085-72/+24
|
* Use a PipedStream to process metrics as they flow in asynchronously.Henning Baldersheim2021-04-085-24/+72
|
* Avoid creating a string when a byte array will do.Henning Baldersheim2021-04-074-9/+23
|
* Use async http the simple way.Henning Baldersheim2021-04-071-9/+18
|
* Upgrade from hc4 to hc5.Henning Baldersheim2021-04-074-22/+26
|
* Revert "Gjoranv/merge di into core (rebased)"Harald Musum2021-04-061-0/+6
|
* Remove deps to container-di for modules that only used Provider.gjoranv2021-04-021-6/+0
|
* Add groupId metric dimension.gjoranv2021-03-261-0/+4
| | | | | - It is not yet added to the public http apis, due to the limitation of 10 total dimensions.
* Remove all dependencies to jdisc_http_servicegjoranv2021-03-231-6/+0
|
* Reduce logging noise when metric fetching failsOla Aunrønning2021-03-231-5/+2
|
* Move client builders to major specific sub packagesJon Marius Venstad2021-03-232-2/+2
|
* Add copyright headersJon Bratseth2021-03-188-0/+8
|
* Move the parser out to prepare for simpler testing.Henning Baldersheim2021-03-092-143/+155
|
* Using the jackson ObjectMapper directly at the rootlevel causes the whole ↵Henning Baldersheim2021-03-081-57/+110
| | | | | | object structure to be build in memory. A compromise here is to drive the parsing with the stream api and use an object mapper per entry in the array.
* Fix typosJon Bratseth2021-03-041-1/+1
|
* Non-functional changes onlyJon Bratseth2021-03-049-15/+18
|
* enableSmallBuffers -> useSmallBuffersHenning Baldersheim2021-02-122-2/+2
|
* Use small buffers where size matters more than speed.Henning Baldersheim2021-02-122-2/+3
|
* Ignore dimensions with null key or valueOla Aunrønning2021-02-101-3/+7
|
* Remove usage of org.jsonBjørn Christian Seime2021-02-0210-131/+142
|
* Revert "Remove org.json usage [run-systemtest]"Bjørn Christian Seime2021-02-0110-136/+131
|
* Remove usage of org.json:jsonBjørn Christian Seime2021-01-2910-131/+136
| | | | | | | | Remove most usage of org.json:json Maven artifact. This library does not have a compatible license. Some usage is still left as it's part of our container-search public API. We'll need a major release to fix that. See https://github.com/vespa-engine/vespa/issues/14762 for more details.
* Add null guardsHarald Musum2020-10-071-2/+4
|
* Remove topleveldispatch remnantsHarald Musum2020-09-252-6/+1
|
* No functional changesJon Bratseth2020-09-1814-49/+46
|
* Allow no argument to install_config_definitionsHarald Musum2020-09-121-1/+1
| | | | | Use src/main/resources/configdefinitions as default when no argument is given
* Use full name in config definition file namesHarald Musum2020-09-101-9/+1
|
* Name the transport threads to understand how things are interconnected.Henning Baldersheim2020-08-042-2/+3
|
* Fixed broken test and fixed namingAmund Bergland Kvalsvik2020-07-201-3/+2
|
* added regex and hostname testAmund Bergland Kvalsvik2020-07-171-1/+30
|
* added hostname as a dimension to prometheus metricsAmund Bergland Kvalsvik2020-07-141-4/+4
|