adobe / aio-pkg-utils

monorepo of small unrelated npm published utility packages
Other
2 stars 4 forks source link

feat: multiple labels #20

Closed MichaelGoberling closed 1 month ago

MichaelGoberling commented 1 month ago

~Draft while testing~

Related: https://git.corp.adobe.com/CNA/DevXMetricsService/pull/91/files

Allow setting multiple labels for a metric

Counter increments with 0 or 1 label(s) still use the aggregate way of posting while counter increments with >1 labels post individually

MichaelGoberling commented 1 month ago

@shazron I changed things up a little bit with the latest commit, it seemed to make more sense to split out batch inc with multi label to it's own function