While working on some problems, I often find it useful to increment a counter at a line of code, and occasionally log the counter for developer debugging. I'd love to have some tool/library to log a set of counters for monitoring purposes, and be able to log occasionally, or export over bluetooth. Is there some tool that already exists that does this?
As a comparison, i'm thinking of Prometheus (https://prometheus.io/), but maybe more pared down for nrf5 systems and embedded use.