-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Tools][Docs] Add instructions on how to collect the produced telemetry data #31809
Comments
Todd Farmer / @toddfarmer: |
Matthijs Brobbel / @mbrobbel: |
Bryce Mecum / @amoeba: |
Matthijs Brobbel / @mbrobbel: |
Bryce Mecum / @amoeba: |
Matthijs Brobbel / @mbrobbel: |
Bryce Mecum / @amoeba: |
…metry data (#33873) ### Rationale for this change The codebase has been partially implemented with the OpenTelemetry SDK and it would be beneficial for users to have a concise guide on how to get started collecting and visualizing tracing data. ### What changes are included in this PR? This is an initial draft for review of an addition to the [C++ User Guide](https://arrow.apache.org/docs/dev/cpp/user_guide.html) as mentioned in #31809 (comment). ### Are these changes tested? These changes have been tested locally by building the docs and verifying. ### Are there any user-facing changes? Yes, but just documentation changes. * Closes: #31809 Lead-authored-by: Bryce Mecum <[email protected]> Co-authored-by: Matthijs Brobbel <[email protected]> Signed-off-by: David Li <[email protected]>
…d telemetry data (apache#33873) ### Rationale for this change The codebase has been partially implemented with the OpenTelemetry SDK and it would be beneficial for users to have a concise guide on how to get started collecting and visualizing tracing data. ### What changes are included in this PR? This is an initial draft for review of an addition to the [C++ User Guide](https://arrow.apache.org/docs/dev/cpp/user_guide.html) as mentioned in apache#31809 (comment). ### Are these changes tested? These changes have been tested locally by building the docs and verifying. ### Are there any user-facing changes? Yes, but just documentation changes. * Closes: apache#31809 Lead-authored-by: Bryce Mecum <[email protected]> Co-authored-by: Matthijs Brobbel <[email protected]> Signed-off-by: David Li <[email protected]>
…d telemetry data (apache#33873) ### Rationale for this change The codebase has been partially implemented with the OpenTelemetry SDK and it would be beneficial for users to have a concise guide on how to get started collecting and visualizing tracing data. ### What changes are included in this PR? This is an initial draft for review of an addition to the [C++ User Guide](https://arrow.apache.org/docs/dev/cpp/user_guide.html) as mentioned in apache#31809 (comment). ### Are these changes tested? These changes have been tested locally by building the docs and verifying. ### Are there any user-facing changes? Yes, but just documentation changes. * Closes: apache#31809 Lead-authored-by: Bryce Mecum <[email protected]> Co-authored-by: Matthijs Brobbel <[email protected]> Signed-off-by: David Li <[email protected]>
…d telemetry data (apache#33873) ### Rationale for this change The codebase has been partially implemented with the OpenTelemetry SDK and it would be beneficial for users to have a concise guide on how to get started collecting and visualizing tracing data. ### What changes are included in this PR? This is an initial draft for review of an addition to the [C++ User Guide](https://arrow.apache.org/docs/dev/cpp/user_guide.html) as mentioned in apache#31809 (comment). ### Are these changes tested? These changes have been tested locally by building the docs and verifying. ### Are there any user-facing changes? Yes, but just documentation changes. * Closes: apache#31809 Lead-authored-by: Bryce Mecum <[email protected]> Co-authored-by: Matthijs Brobbel <[email protected]> Signed-off-by: David Li <[email protected]>
With the ongoing efforts to produce telemetry data in the engine, it might be helpful to collect some notes from the landed PRs about how to collect the telemetry data using the otel-collector and Jaeger running in some containers with docker-compose.
The goal is to make it trivial with these notes to get started with the telemetry data produced by the engine.
Reporter: Matthijs Brobbel / @mbrobbel
Assignee: Bryce Mecum / @amoeba
Note: This issue was originally created as ARROW-16435. Please see the migration documentation for further details.
The text was updated successfully, but these errors were encountered: