Commit fcfa31c
committed
Add a note about using a wek dictionary for keeping spans around.
This weak approach would be needed as, as opposed to web frameworks,
where you get a well defined lifetime for request objects, we could
*potentially* keep many objects around if the user forgets to
actually use the statements/connection/session objects.1 parent 0456ab1 commit fcfa31c
1 file changed
Lines changed: 8 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
74 | 81 | | |
75 | 82 | | |
76 | 83 | | |
| |||
0 commit comments