aboutsummaryrefslogtreecommitdiffstats
path: root/metrics-proxy/src/main/java/ai/vespa/metricsproxy/core/ConfiguredMetric.java
Commit message (Collapse)AuthorAgeFilesLines
* Update Verizon Media copyright notices.gjoranv2021-10-071-1/+1
|
* Unify on using the MetricId class to avoid creating many instances on the fly.Henning Baldersheim2021-09-021-3/+3
|
* The metrics proxy is very memory hungry.Henning Baldersheim2021-09-011-0/+41
This will avoid creating many identical DimensionIds, ServiceIds. It will also prefer using cheap singleton lists where possible. In addition the code relies less on generated Config code.