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 was archived by the owner on Jan 21, 2026. It is now read-only.
We have a use case where we batch multiple calls to a database with a native batch API and in the response we get the responseTime for each individual call.
We are tracing how long that takes but we would like to track them singularly passing the number of milliseconds to endSpan or maybe some other method?
We have a use case where we batch multiple calls to a database with a native batch API and in the response we get the
responseTimefor each individual call.We are tracing how long that takes but we would like to track them singularly passing the number of milliseconds to endSpan or maybe some other method?
Thanks
cc/ @calufa