hydroflow icon indicating copy to clipboard operation
hydroflow copied to clipboard

Offer operators to send custom metrics to OTel / Prometheus

Open shadaj opened this issue 6 months ago • 1 comments

Right now, our demos such as Paxos use plain stdout logging to report throughput / latency numbers. We should offer operators / standard library functions for sending metrics to a centralized store, just like we provide library functions for throughput measurement.

shadaj avatar Jun 30 '25 18:06 shadaj

Basically, convert _counter() to use the new metrics system created by #2178/#2228

Old name:

Offer operators to send custom metrics to OTel / Prometheus

MingweiSamuel avatar Nov 12 '25 22:11 MingweiSamuel