Commit 7346166
committed
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 DataCollector1 file changed
+10
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
33 | 38 | | |
34 | 39 | | |
35 | 40 | | |
| |||
71 | 76 | | |
72 | 77 | | |
73 | 78 | | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
74 | 84 | | |
75 | 85 | | |
76 | 86 | | |
| |||
0 commit comments