Properly handle CQ aggregated types for counters

This commit is contained in:
emanuele-f 2019-02-06 19:16:28 +01:00
parent 300e6c4672
commit b82aea611e
2 changed files with 48 additions and 20 deletions

View file

@ -9,6 +9,7 @@ local ts_common = {}
ts_common.metrics = {}
ts_common.metrics.counter = "counter"
ts_common.metrics.gauge = "gauge"
ts_common.metrics.integral = "integral"
-- ##############################################