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
{{ message }}
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.
After #49 is merged it would be good to be able to include some information on the overhead of operations and at what point (rate of spans being created/modified) does ets lock contention start to degrade performance.
This will also provide a starting point for investigating support for very heavy loads in the future -- such as sharding ets tables or using a pool of processes for ets manipulation instead of doing it inline of the traced process.
The text was updated successfully, but these errors were encountered:
After #49 is merged it would be good to be able to include some information on the overhead of operations and at what point (rate of spans being created/modified) does ets lock contention start to degrade performance.
This will also provide a starting point for investigating support for very heavy loads in the future -- such as sharding ets tables or using a pool of processes for ets manipulation instead of doing it inline of the traced process.
The text was updated successfully, but these errors were encountered: