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
* use otel console exporter for timing information
* Add docker compose setup with otel
* fix child spans being emitted in multiprocessing fanout
* Add opentelemetry as base dep
* Add changelog entry
* Bump version of unstructured
* use better name for span
* Update ingest test fixtures (#80)
Co-authored-by: rbiseck3 <[email protected]>
* Add missing kdbai dep
---------
Co-authored-by: Unstructured-DevOps <[email protected]>
Co-authored-by: rbiseck3 <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,9 @@
1
-
## 0.0.7-dev2
1
+
## 0.0.7-dev3
2
2
3
3
### Enhancements
4
4
5
5
***support sharing parent multiprocessing for uploaders** If an uploader needs to fan out it's process using multiprocessing, support that using the parent pipeline approach rather than handling it explicitly by the connector logic.
6
+
***OTEL support** If endpoint supplied, publish all traces to an otel collector.
0 commit comments