You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2021/12/09 22:04:00 UTC

[jira] [Updated] (ARROW-15044) [C++] Add simple stdout/JSON exporter for OpenTelemetry

     [ https://issues.apache.org/jira/browse/ARROW-15044?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ASF GitHub Bot updated ARROW-15044:
-----------------------------------
    Labels: pull-request-available  (was: )

> [C++] Add simple stdout/JSON exporter for OpenTelemetry
> -------------------------------------------------------
>
>                 Key: ARROW-15044
>                 URL: https://issues.apache.org/jira/browse/ARROW-15044
>             Project: Apache Arrow
>          Issue Type: Improvement
>          Components: C++
>            Reporter: David Li
>            Assignee: David Li
>            Priority: Major
>              Labels: pull-request-available
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> While it is odd for a library to configure OpenTelemetry exporters, there is a reason for this: the actual end-user is unable to configure it directly (as we use the C++ implementation, and the user is likely in Python or R), and often the "important" bits are all in C++, so it would be nice to have a way to dump the information collected.
> On top of that, it would be nice to dump the data in an easily parseable format for further consumption.
> We should enable the ostream exporter, as well as a custom exporter that dumps JSON. See [https://github.com/open-telemetry/opentelemetry-cpp/pull/1111] for an example. See discussion on [https://github.com/apache/arrow/pull/11906] as well.



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