You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "David Li (Jira)" <ji...@apache.org> on 2022/01/05 15:38:00 UTC

[jira] [Created] (ARROW-15256) [C++] Investigate instrumenting Executor/Future with OpenTelemetry

David Li created ARROW-15256:
--------------------------------

             Summary: [C++] Investigate instrumenting Executor/Future with OpenTelemetry
                 Key: ARROW-15256
                 URL: https://issues.apache.org/jira/browse/ARROW-15256
             Project: Apache Arrow
          Issue Type: Improvement
          Components: C++
            Reporter: David Li


Right now we have to manually instrument code; preserving span linkage across async boundaries is consequently rather painful. Based on this [GitHub discussion|https://github.com/apache/arrow/pull/11964#discussion_r778512018] we could instead instrument Executor/Future and have them try to propagate the active span instead so that we don't have to do things manually.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)