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
Hi, as OnActivateAsync can have logic for constructing a grain from a backing storage (such as call to postgresql), I can see those calls in traces (eg ApplicationInsights). Those calls are being detached from any operation though because, I believe, correlation inside IncomingGrainCall filter happens after OnActivateAsync has been called before a grain's method call.
So, my question is whether it is possible to somehow correlate OnActivateAsync ?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, as OnActivateAsync can have logic for constructing a grain from a backing storage (such as call to postgresql), I can see those calls in traces (eg ApplicationInsights). Those calls are being detached from any operation though because, I believe, correlation inside IncomingGrainCall filter happens after OnActivateAsync has been called before a grain's method call.
So, my question is whether it is possible to somehow correlate OnActivateAsync ?
Beta Was this translation helpful? Give feedback.
All reactions