Closed
Description
While reviewing some projects new to me today, I saw several cases of CounterService
being in a for loop in order to have counters on batch processes. I was wondering if it had been discussed to allow increment
and decrement
in values other than one?
void increment(String metricName, long value);
void decrement(String metricName, long value);
Since internally Delta
already has this concept it does not seem challenging to extend the service interface itself. Any thoughts @dsyer or others?
Joshua
Metadata
Metadata
Assignees
Labels
No labels