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
minor #7773 Add helpful remarks on custom DataCollector (Xosofox)
This PR was submitted for the master branch but it was merged into the 2.7 branch instead (closes#7773).
Discussion
----------
Add helpful remarks on custom DataCollector
When creating my own data colletor, I was not clear on how to exactly collect my data (unrelated to request/response)
Here are two remarks that would have helped me a lot by the time
* collect is only called once to "pick-up, not "gather"
* how/where to store and access data that is not related to request/response
Commits
-------
29522b3 Add helpful remarks on custom DataCollector
0 commit comments