Kyo now has its own implementation of metrics introduced by #409. As pointed out in the review, the implementation doesn't handle overflows when reporting deltas to exporters.
A solution for this issue must address this issue for both Counter and CounterGauge. I haven't implemented a solution for this problem yet but it seems we could detect the overflow and still infer the correct delta.
Kyo now has its own implementation of metrics introduced by #409. As pointed out in the review, the implementation doesn't handle overflows when reporting deltas to exporters.
A solution for this issue must address this issue for both
CounterandCounterGauge. I haven't implemented a solution for this problem yet but it seems we could detect the overflow and still infer the correct delta.