summaryrefslogtreecommitdiffstats
path: root/metrics-proxy/src
Commit message (Expand)AuthorAgeFilesLines
* Fix javadocHarald Musum2021-09-091-2/+0
* Revert "Revert "Consume and process metrics as they are parsed.""Harald Musum2021-09-098-147/+165
* Revert "Consume and process metrics as they are parsed."Harald Musum2021-09-098-165/+147
* Consume and process metrics as they are parsed.Henning Baldersheim2021-09-098-147/+165
* Use the one in vespajlib.Henning Baldersheim2021-09-092-2/+2
* Refactor metric aggregation in preparation for inline metric handling.Henning Baldersheim2021-09-091-11/+23
* Merge pull request #19030 from vespa-engine/balder/keep-an-unmodifiable-set-i...Henning Baldersheim2021-09-082-15/+14
|\
| * Instead of creatin a new Set of consumers every time, just keep an unmidifiab...Henning Baldersheim2021-09-082-15/+14
* | Merge pull request #19029 from vespa-engine/balder/use-metricid-dictionaryHenning Baldersheim2021-09-081-1/+7
|\ \
| * | Use a dictionary for metrid ids. There are few unique ones (less than 1k), bu...Henning Baldersheim2021-09-081-1/+7
| |/
* / As there are very few unique dimensions, normally in the rannge 5-30, a dicti...Henning Baldersheim2021-09-081-1/+7
|/
* try to cancel task when we get an exceptionArne Juul2021-09-021-0/+1
* Unify on using the MetricId class to avoid creating many instances on the fly.Henning Baldersheim2021-09-0227-108/+103
* The metrics proxy is very memory hungry.Henning Baldersheim2021-09-0112-48/+119
* Merge pull request #18661 from vespa-engine/balder/reduce-metrics-proxy-max-m...Henning Baldersheim2021-08-021-3/+2
|\
| * SimplifyHenning Baldersheim2021-08-021-3/+2
* | Don't serialize metrics to StringOla Aunrønning2021-08-022-2/+36
|/
* Remove docker-apiMartin Polden2021-06-291-1/+1
* 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
* Use already present utility for streaming.Henning Baldersheim2021-04-093-48/+16
* Revert "Revert "Use a PipedStream to process metrics as they flow in asynchro...Henning Baldersheim2021-04-084-22/+70
* Revert "Use a PipedStream to process metrics as they flow in asynchronously."Henning Baldersheim2021-04-084-70/+22
* Use a PipedStream to process metrics as they flow in asynchronously.Henning Baldersheim2021-04-084-22/+70
* 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
* Add groupId metric dimension.gjoranv2021-03-261-0/+4
* 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 obj...Henning Baldersheim2021-03-081-57/+110
* 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-029-126/+142
* Revert "Remove org.json usage [run-systemtest]"Bjørn Christian Seime2021-02-019-136/+126
* Remove usage of org.json:jsonBjørn Christian Seime2021-01-299-126/+136
* Add null guardsHarald Musum2020-10-071-2/+4
* Remove topleveldispatch remnantsHarald Musum2020-09-252-6/+1
* No functional changesJon Bratseth2020-09-1814-49/+46
* 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
* Add prometheus path to the resource list in the root responsegjoranv2020-07-012-9/+14