aboutsummaryrefslogtreecommitdiffstats
path: root/metrics-proxy/src/test/java/ai/vespa/metricsproxy/service/MetricsParserTest.java
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-0/+1
* Clean up test as implementation has changed to use a set.Henning Baldersheim2022-12-181-30/+53
* Add unit test showing that we are not there yet.Henning Baldersheim2022-12-161-2/+14
* Rename MetricsParser.Consumer to Collector to avoid confusion.gjoranv2022-12-161-4/+3
* Fix a hashing bug in MetricsParser, and use record for Dimension.gjoranv2022-12-161-0/+16
* Add test of MetricsParser's dimensions hashing.gjoranv2022-12-161-0/+79