spotify / semantic-metrics

Capturing meaningful metrics in your Java application
Apache License 2.0
66 stars 36 forks source link

Use original key value to report counter within reportMetered, add test #102

Closed lmuhlha closed 3 years ago

lmuhlha commented 3 years ago

https://github.com/spotify/semantic-metrics/issues/101 Before: Screen Shot 2021-02-08 at 4 42 42 PM After, test passes for

List<String> expectedKeys = Arrays.asList("test.hi", "test.thename", "test.thename",
        "test.thename", "test.hi", "test.thename", "test.thename", "test.thename");