[C++][Python] Investigate OpenTelemetry works as expected on Windows
- Dominant language
- C++
- Stars
- 17.1k
- Forks
- 4.3k
- Avg merge
- 3d 13h
- Merged PRs (30d)
- 88
Description
### Describe the enhancement requested
On the following issue:
- https://github.com/apache/arrow/issues/49382
We configured wheels to have OpenTelemetry enabled and added some improvements. We also added tests and fixed Windows builds to be able to build with OpenTelemetry enabled which was failing due to missing windows compat headers and missing exporting symbols.
We added a test for Python `test_tracing_server_middleware_emits_traces` in order to validate that traces were emitted to stdout but those were not working on Windows. We are currently skipping the test but we should validate whether there's a problem on Windows when OpenTelemetry is enabled.
### Component(s)
C++, Python
Contributor guide
Assessment
This issue has not been assessed yet.