opentelemetry-python-contrib
opentelemetry-python-contrib copied to clipboard
BlobUploader utilities to enable handling of large data in instrumentation
trafficstars
Description
Provides an experimental library for uploading signals data to blob storage as a proof-of-concept to help inform direction of instrumentation that handles request/response data, with a focus on GenAI multimodal.
Related discussion to this PR:
- https://github.com/open-telemetry/opentelemetry-python-contrib/issues/3065
Type of change
Please delete options that are not relevant.
- [X] New feature (non-breaking change which adds functionality)
How Has This Been Tested?
Wrote unit tests for the relevant files added.
Does This PR Require a Core Repo Change?
Unsure.
Checklist:
See contributing.md for styleguide, changelog guidelines, and more.
- [ ] Followed the style guidelines of this project
- [ ] Changelogs have been updated
- [X] Unit tests have been added
- [ ] Documentation has been updated