aboutsummaryrefslogtreecommitdiffstats
path: root/metrics-proxy/src/main/java/ai/vespa/metricsproxy/core
Commit message (Expand)AuthorAgeFilesLines
* Use Instant to represent time so unit is clearly defined.Henning Baldersheim2024-04-252-3/+3
* Unify on List.ofHenning Baldersheim2024-04-112-8/+6
* Update copyrightJon Bratseth2023-10-095-5/+5
* Add vespaVersion for host_life metricOla Aunronning2023-06-071-2/+0
* Use the metric provider returned after configurationJon Bratseth2023-03-031-1/+2
* Read content config generationJon Bratseth2023-02-201-1/+1
* Simplify and modernizeHenning Baldersheim2023-01-171-3/+2
* Rename MetricsParser.Consumer to Collector to avoid confusion.gjoranv2022-12-161-15/+15
* Revert "Revert collect(Collectors.toList())"Henning Baldersheim2022-12-041-1/+1
* Revert collect(Collectors.toList())Henning Baldersheim2022-12-041-1/+1
* collect(Collectors.toList()) -> toList()Henning Baldersheim2022-12-021-1/+1
* Minor cleanupHenning Baldersheim2022-11-261-1/+0
* Use the Instant as a timestamp to make it clear what it is instead of just a ...Henning Baldersheim2021-12-181-2/+3
* Even if we do not filter by consumer on the services, we can do it early in t...Henning Baldersheim2021-12-173-24/+73
* Use the simple computeIfAbsent method.Henning Baldersheim2021-12-151-13/+3
* Zero out the builders as soon as they are used to avoid keeping both alive wh...Henning Baldersheim2021-12-151-3/+14
* No functional changesJon Bratseth2021-12-151-1/+1
* Precompute mapping from MetricId to Map<ConfiguredMetric, Set<ConsumerId>> to...Henning Baldersheim2021-12-132-20/+27
* Move utilitity methods to correct class and make static.Henning Baldersheim2021-12-131-36/+33
* Update 2020 Oath copyrights.gjoranv2021-10-274-4/+4
* Update Verizon Media copyright notices.gjoranv2021-10-071-1/+1
* Revert "Revert "Consume and process metrics as they are parsed.""Harald Musum2021-09-091-84/+93
* Revert "Consume and process metrics as they are parsed."Harald Musum2021-09-091-93/+84
* Consume and process metrics as they are parsed.Henning Baldersheim2021-09-091-84/+93
* Refactor metric aggregation in preparation for inline metric handling.Henning Baldersheim2021-09-091-11/+23
* Instead of creatin a new Set of consumers every time, just keep an unmidifiab...Henning Baldersheim2021-09-082-15/+14
* Unify on using the MetricId class to avoid creating many instances on the fly.Henning Baldersheim2021-09-024-24/+20
* The metrics proxy is very memory hungry.Henning Baldersheim2021-09-013-28/+74
* SimplifyHenning Baldersheim2021-08-021-3/+2
* Fix typosJon Bratseth2021-03-041-1/+1
* Non-functional changes onlyJon Bratseth2021-03-042-5/+5
* No functional changesJon Bratseth2020-09-181-8/+4
* Use java.util.logging.Level in static imports.gjoranv2020-04-251-4/+4
* Revert "Merge pull request #12351 from vespa-engine/revert-11875-bratseth/nod...Jon Bratseth2020-02-261-0/+1
* Revert "Bratseth/node metrics"Harald Musum2020-02-261-1/+0
* Merge branch 'master' into bratseth/node-metricsJon Bratseth2020-02-202-2/+12
|\
| * Allow retrieving metrics as mutable metrics packet builders.gjoranv2020-02-131-1/+10
| * Implement metrics dimensions processing.gjoranv2020-01-221-1/+2
* | Non-functional changes onlyJon Bratseth2020-01-211-0/+1
|/
* Add/corect copyright headersJon Bratseth2020-01-034-15/+4
* Split test. Rename flush -> purgeOla Aunrønning2019-12-021-5/+5
* Allow flushing external metrics through RPCOla Aunrønning2019-12-021-7/+11
* Add TTL to external metricsOla Aunrønning2019-12-021-0/+12
* Added YamasHandler and testOla Aunrønning2019-08-301-0/+4
* Revert "Revert "Gjoranv/add default public metrics consumer" MERGEOK"gjoranv2019-06-251-1/+2
* Revert "Gjoranv/add default public metrics consumer"gjoranv2019-06-241-2/+1
* Add consumers to health packet for down services.gjoranv2019-06-201-1/+2
* Propagate service health when metrics could not be retrieved.gjoranv2019-06-142-27/+41
* Remove unused constructor params.gjoranv2019-06-071-4/+1
* New metrics-proxygjoranv2019-05-104-0/+555