-
Notifications
You must be signed in to change notification settings - Fork 770
Allow support for protobuf5 #3931
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
Closed
Closed
Changes from all commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
7ec868c
merge conflcits
Sovietaced beaf0ee
fix comment
Sovietaced ada20c3
Add coverage for exporters
Sovietaced e3b7e1b
fix test requirements
Sovietaced 5aadd7d
Update comment
Sovietaced e5f6680
Update googleapis-common-protos to version that supports proto5
Sovietaced c92c54e
Merge branch 'main' into protobuf5
Sovietaced 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
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
23 changes: 23 additions & 0 deletions
23
exporter/opentelemetry-exporter-otlp-proto-common/test-requirements-2.txt
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,23 @@ | ||
| asgiref==3.7.2 | ||
| attrs==23.2.0 | ||
| Deprecated==1.2.14 | ||
| flaky==3.7.0 | ||
| importlib-metadata==6.11.0 | ||
| iniconfig==2.0.0 | ||
| packaging==23.2 | ||
| pluggy==1.4.0 | ||
| protobuf==5.26.0 | ||
| py==1.11.0 | ||
| py-cpuinfo==9.0.0 | ||
| pytest==7.1.3 | ||
| pytest-benchmark==4.0.0 | ||
| tomli==2.0.1 | ||
| typing_extensions==4.10.0 | ||
| wrapt==1.16.0 | ||
| zipp==3.17.0 | ||
| -e opentelemetry-api | ||
| -e opentelemetry-sdk | ||
| -e opentelemetry-semantic-conventions | ||
| -e tests/opentelemetry-test-utils | ||
| -e opentelemetry-proto | ||
| -e exporter/opentelemetry-exporter-otlp-proto-common |
26 changes: 26 additions & 0 deletions
26
exporter/opentelemetry-exporter-otlp-proto-grpc/test-requirements-2.txt
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,26 @@ | ||
| asgiref==3.7.2 | ||
| attrs==23.2.0 | ||
| Deprecated==1.2.14 | ||
| flaky==3.7.0 | ||
| googleapis-common-protos==1.63.1 | ||
| grpcio==1.62.0 | ||
| importlib-metadata==6.11.0 | ||
| iniconfig==2.0.0 | ||
| packaging==23.2 | ||
| pluggy==1.4.0 | ||
| protobuf==5.26.0 | ||
| py==1.11.0 | ||
| py-cpuinfo==9.0.0 | ||
| pytest==7.1.3 | ||
| pytest-benchmark==4.0.0 | ||
| tomli==2.0.1 | ||
| typing_extensions==4.10.0 | ||
| wrapt==1.16.0 | ||
| zipp==3.17.0 | ||
| -e opentelemetry-api | ||
| -e tests/opentelemetry-test-utils | ||
| -e exporter/opentelemetry-exporter-otlp-proto-common | ||
| -e opentelemetry-proto | ||
| -e opentelemetry-sdk | ||
| -e opentelemetry-semantic-conventions | ||
| -e exporter/opentelemetry-exporter-otlp-proto-grpc |
32 changes: 32 additions & 0 deletions
32
exporter/opentelemetry-exporter-otlp-proto-http/test-requirements-2.txt
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,32 @@ | ||
| asgiref==3.7.2 | ||
| attrs==23.2.0 | ||
| certifi==2024.2.2 | ||
| charset-normalizer==3.3.2 | ||
| Deprecated==1.2.14 | ||
| flaky==3.7.0 | ||
| googleapis-common-protos==1.63.1 | ||
| idna==3.6 | ||
| importlib-metadata==6.11.0 | ||
| iniconfig==2.0.0 | ||
| packaging==23.2 | ||
| pluggy==1.4.0 | ||
| protobuf==5.26.0 | ||
| py==1.11.0 | ||
| py-cpuinfo==9.0.0 | ||
| pytest==7.1.3 | ||
| pytest-benchmark==4.0.0 | ||
| PyYAML==6.0.1 | ||
| requests==2.31.0 | ||
| responses==0.24.1 | ||
| tomli==2.0.1 | ||
| typing_extensions==4.10.0 | ||
| urllib3==2.2.1 | ||
| wrapt==1.16.0 | ||
| zipp==3.17.0 | ||
| -e opentelemetry-api | ||
| -e tests/opentelemetry-test-utils | ||
| -e exporter/opentelemetry-exporter-otlp-proto-common | ||
| -e opentelemetry-proto | ||
| -e opentelemetry-sdk | ||
| -e opentelemetry-semantic-conventions | ||
| -e exporter/opentelemetry-exporter-otlp-proto-http |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,18 @@ | ||
| asgiref==3.7.2 | ||
| attrs==23.2.0 | ||
| Deprecated==1.2.14 | ||
| flaky==3.7.0 | ||
| importlib-metadata==6.11.0 | ||
| iniconfig==2.0.0 | ||
| packaging==23.2 | ||
| pluggy==1.4.0 | ||
| protobuf==5.27.0 | ||
| py==1.11.0 | ||
| py-cpuinfo==9.0.0 | ||
| pytest==7.1.3 | ||
| pytest-benchmark==4.0.0 | ||
| tomli==2.0.1 | ||
| typing_extensions==4.10.0 | ||
| wrapt==1.16.0 | ||
| zipp==3.17.0 | ||
| -e opentelemetry-proto |
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
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.