Paul Loyd

Results 86 issues of Paul Loyd

https://github.com/elfo-rs/elfo/blob/master/elfo-core/src/request_table.rs#L85

C-bug
A-core

C-enhancement
A-logger

OpenMetrics defines exemplars and prometheus has supported them already in the experimental mode.

C-enhancement
A-core
A-telemeter

`ctx.request(..).await` doesn't produce any metric for responses. Actually, we produce no special counters for all incoming messages, but it's ok for incoming via the mailbox metrics because there is `elfo_handling_time_seconds_count`.

C-enhancement
A-core

We don't need to print panics inside actors, because they are handled by the supervisor. Or we need to print them using the logger.

C-enhancement
A-core

For now, it returns only responses.

C-enhancement
A-core