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
The "txn" feature which is meant to normalize data by txn, now requires it to be given at collection time due to integrated nature of Perfspect (as opposed to collect and process later). This means that a "txn" value has to be provided ahead of time or a prior value has to be used, which may be inaccurate.
Can Perfspect still do later post-processing OR allow reading the "txn" value from a pipe which can essentially be an API endpoint frm some application reading its "txn" value through the time its collecting?