You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, useful also for some logging for example or pass additional info via context and extract it via span tags via some func observer
I think that for each method we may create one span, and fill it via adding event to span so span - one operation that holds info for all processes like decode/encode/sent req/recv rsp.
Yes, will be cool to be able to tune cache based on some metrics..
I'm really keen on adding support for opentelemetry.io
This would require:
ctx context.Context
to all clientAPI calls, which seems sensible for multiple reasons (i.e timeouts)The text was updated successfully, but these errors were encountered: