-
Notifications
You must be signed in to change notification settings - Fork 810
Add Support for Detecting Synthetic Source #3674
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
JacksonWeber
wants to merge
57
commits into
open-telemetry:main
Choose a base branch
from
JacksonWeber:jacksonweber/populate-synthetic-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.
+597
−3
Open
Changes from 43 commits
Commits
Show all changes
57 commits
Select commit
Hold shift + click to select a range
6fb98f5
Add support for detecting synthetic source.
JacksonWeber 24537f6
Update CHANGELOG.md
JacksonWeber 10353ad
Update __init__.py
JacksonWeber 8cfb235
Move const values to a constants file.
JacksonWeber 9db1219
Merge branch 'main' into jacksonweber/populate-synthetic-attributes
JacksonWeber 4703e5f
Merge branch 'main' into jacksonweber/populate-synthetic-attributes
JacksonWeber dddba48
Merge branch 'main' into jacksonweber/populate-synthetic-attributes
JacksonWeber 1385bce
Merge branch 'main' into jacksonweber/populate-synthetic-attributes
JacksonWeber 2672bd5
Merge branch 'main' into jacksonweber/populate-synthetic-attributes
JacksonWeber 4ab76d3
use existing sem conv.
JacksonWeber a64956a
Merge branch 'main' into jacksonweber/populate-synthetic-attributes
JacksonWeber 401d59d
Merge branch 'main' into jacksonweber/populate-synthetic-attributes
JacksonWeber d29cb64
Merge branch 'main' into jacksonweber/populate-synthetic-attributes
JacksonWeber 11b557e
Move changes to the http package.
JacksonWeber 19be82c
Merge branch 'main' into jacksonweber/populate-synthetic-attributes
JacksonWeber a11b69a
Merge branch 'main' into jacksonweber/populate-synthetic-attributes
JacksonWeber 6e189c1
Merge branch 'main' into jacksonweber/populate-synthetic-attributes
JacksonWeber 5283de4
Update util/opentelemetry-util-http/tests/test_detect_synthetic_user_…
JacksonWeber 202c6db
Add synthetic detection on the server side.
JacksonWeber f44f2fb
Merge branch 'main' into jacksonweber/populate-synthetic-attributes
JacksonWeber f04f046
Merge branch 'main' into jacksonweber/populate-synthetic-attributes
JacksonWeber c112f99
Fix linting.
JacksonWeber 755f41d
Merge branch 'main' into jacksonweber/populate-synthetic-attributes
JacksonWeber be71c94
Update test_asgi_middleware.py
JacksonWeber c1a971f
Update test_asgi_middleware.py
JacksonWeber 46cbd48
Merge branch 'main' into jacksonweber/populate-synthetic-attributes
JacksonWeber 30a7951
Merge branch 'main' into jacksonweber/populate-synthetic-attributes
JacksonWeber e0cbcee
Merge branch 'main' into jacksonweber/populate-synthetic-attributes
JacksonWeber a7513f2
Merge branch 'main' into jacksonweber/populate-synthetic-attributes
JacksonWeber cf99868
Merge branch 'main' into jacksonweber/populate-synthetic-attributes
JacksonWeber 9f31267
Merge branch 'main' into jacksonweber/populate-synthetic-attributes
JacksonWeber bb14d64
Merge branch 'main' into jacksonweber/populate-synthetic-attributes
JacksonWeber 68446f2
Update nitpick-exceptions.ini
JacksonWeber e694bd6
Update conf.py
JacksonWeber 7211314
Merge branch 'main' into jacksonweber/populate-synthetic-attributes
JacksonWeber b71132b
Merge branch 'main' into jacksonweber/populate-synthetic-attributes
JacksonWeber dacf4ce
Merge branch 'main' into jacksonweber/populate-synthetic-attributes
JacksonWeber b6851fb
Merge branch 'main' into jacksonweber/populate-synthetic-attributes
JacksonWeber 8b113cc
Merge branch 'main' into jacksonweber/populate-synthetic-attributes
JacksonWeber 125c56f
Merge branch 'main' into jacksonweber/populate-synthetic-attributes
JacksonWeber f60ed86
Merge branch 'main' into jacksonweber/populate-synthetic-attributes
JacksonWeber bcd7ee0
Merge branch 'main' into jacksonweber/populate-synthetic-attributes
JacksonWeber 57f6a7b
Merge branch 'main' into jacksonweber/populate-synthetic-attributes
JacksonWeber e8543f0
Update based on comments.
JacksonWeber e29f3f5
Merge branch 'main' into jacksonweber/populate-synthetic-attributes
JacksonWeber c20ca80
Update tests.
JacksonWeber 5a6d1dd
Merge branch 'jacksonweber/populate-synthetic-attributes' of https://…
JacksonWeber f54b9a9
Update __init__.py
JacksonWeber 7e98a95
Merge branch 'main' into jacksonweber/populate-synthetic-attributes
JacksonWeber ea31d7b
Merge branch 'main' into jacksonweber/populate-synthetic-attributes
JacksonWeber 47a0e16
Update __init__.py
JacksonWeber d891c80
Update __init__.py
JacksonWeber cd0579e
Merge branch 'main' into jacksonweber/populate-synthetic-attributes
JacksonWeber 565c6cb
Merge branch 'main' into jacksonweber/populate-synthetic-attributes
JacksonWeber 0d303c4
Merge branch 'main' into jacksonweber/populate-synthetic-attributes
JacksonWeber b27b5ef
Merge branch 'main' into jacksonweber/populate-synthetic-attributes
JacksonWeber 44cf919
Merge branch 'main' into jacksonweber/populate-synthetic-attributes
JacksonWeber 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
Some comments aren't visible on the classic Files Changed page.
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
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.