iopsystems / rezolus

Systems performance telemetry
Other
58 stars 9 forks source link

Refactor userspace counters abstractions #265

Closed brayniac closed 2 weeks ago

brayniac commented 4 months ago

The userspace counters abstractions can be refactored and refined to make the interface more consistent with the underlying metriken counters and be usable for both BPF and non-BPF samplers. This includes the plain Counters abstraction as well as the dynamic per-CPU counters.

brayniac commented 3 months ago

This was partially addressed in #285

brayniac commented 2 weeks ago

This is fully addressed in #334