-
Notifications
You must be signed in to change notification settings - Fork 942
Expand attribute value type to support complex values everywhere and cleanup surrounding code
#5266
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
Open
DylanRussell
wants to merge
63
commits into
open-telemetry:main
Choose a base branch
from
DylanRussell:extended_attributes
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+578
−771
Open
Changes from 26 commits
Commits
Show all changes
63 commits
Select commit
Hold shift + click to select a range
28901b2
Initial changes..
DylanRussell 55af143
Make lots of changes
DylanRussell f9a9600
Merge branch 'main' into extended_attributes
DylanRussell aee7365
Fix tests, run precommit
DylanRussell 66d3d12
Fix more tests
DylanRussell 30df0bd
Run precommit
DylanRussell ca0a0e4
Fix more tests
DylanRussell d73d251
Refactor clean attributes code and tests..
DylanRussell 98fb897
Add more test coverage.. Still need to get the type checker passing.
DylanRussell 99ae2f7
Refactor BoundedAttributes again.. Fix lots of tests
DylanRussell a26a6ef
Fix lint issues
DylanRussell 52fe1df
Fix lint issues, spellcheck issues, add changelog
DylanRussell e6b09c9
Fix typo
DylanRussell 796121d
Fix __iter__
DylanRussell 1f9c0a7
Remove log warning.. add msg to TypeError
DylanRussell bde6f6b
Clean up BoundedAttributes
DylanRussell faeeefe
Remove encoding of Bytes. Fix tests..
DylanRussell f35002d
Revert lock file
DylanRussell bfebcac
Fix busted tests
DylanRussell 588ffef
Add commnet retrigger CI
DylanRussell eb12236
Minor fixes..
DylanRussell ff58266
Merge branch 'main' into extended_attributes
DylanRussell 22bb59e
Clarify immutability
DylanRussell cbf83b4
Minor fixes
DylanRussell b4219fe
Merge branch 'main' into extended_attributes
DylanRussell 4c8ab76
Merge branch 'main' into extended_attributes
DylanRussell 48cf4c0
Add changelog
DylanRussell d661309
Merge branch 'main' into extended_attributes
DylanRussell 9fbb161
Try to decode bytes to string using utf-8, fallback to return bytes
DylanRussell a123d32
Add @overload and @deprecated to the init with extended_attributes
DylanRussell 862d843
Typo
DylanRussell a64f733
Fix @overload. Delete weird type and very stale .pyi file
DylanRussell 64f7736
Try and fail to fix docs issue
DylanRussell bbf0401
Refactor clean attribute value and associated tests after discussion …
DylanRussell a3c42e0
Try to fix docs issue
DylanRussell a0e7f0d
Merge branch 'main' into extended_attributes
DylanRussell 4b8b1f2
Address comments
DylanRussell 0d6ab9c
Revert changes to logging code
DylanRussell 1343ac5
Add TODOs, update changelog
DylanRussell 6858898
Minor changes to changelog and envvar wording.
DylanRussell 26529fc
Merge branch 'main' into extended_attributes
DylanRussell b6c84dc
Use json.dumps to hash attributes. Respond to some comments..
DylanRussell 8da5736
Update test to capture mutable types..
DylanRussell 38f075c
Fix lint
DylanRussell 3ebc09f
Merge branch 'main' into extended_attributes
DylanRussell ba41e8d
FIx precommit. bunch of minor cleanup
DylanRussell d90d193
Clarify params
DylanRussell c298055
Merge branch 'main' into extended_attributes
DylanRussell 61f27c0
Merge branch 'main' into extended_attributes
DylanRussell 36b9980
Missing import
DylanRussell 1a05554
Minor changes..
DylanRussell 5557b3a
Merge branch 'main' into extended_attributes
DylanRussell 8da4810
Merge branch 'main' into extended_attributes
DylanRussell a09c06f
Merge branch 'main' into extended_attributes
DylanRussell 1043698
Merge branch 'main' into extended_attributes
DylanRussell ac0fc88
Add immutable back..
DylanRussell bb8064d
Fix broken test
DylanRussell 80b79eb
Add comment to Measurement class
DylanRussell 16def67
Fix broken test
DylanRussell d7e5dd5
Merge branch 'main' into extended_attributes
DylanRussell de893a3
Merge branch 'main' into extended_attributes
DylanRussell daa8213
Merge branch 'main' into extended_attributes
herin049 5da6780
Merge branch 'main' into extended_attributes
DylanRussell File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| `opentelemetry-api`, `opentelemetry-sdk`, `opentelemetry-exporter-otlp-proto-common`, `opentelemetry-exporter-otlp-json-common`: add support for extended attribute values everywhere. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.