Open loyd opened 2 years ago
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.
ctx.request(..).await
elfo_handling_time_seconds_count
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 iselfo_handling_time_seconds_count
.