-
Notifications
You must be signed in to change notification settings - Fork 45
DD_SERVICE_MAPPING implementation for inferred spans #333
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
Merged
+628
−16
Merged
Changes from all commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
ea42d49
DD_SERVICE_MAPPING implementation with tests
8bde3ae
use colon as delimiter
abcc0a3
pin urllib3 to below 2.0.0
cea730a
use module level dictionary, make control flow easier to understand, …
dd830b5
Merge remote-tracking branch 'origin' into ar/DD_SERVICE_MAPPING
e0dd566
revert poetry.lock and pyproject.toml
zARODz11z 744fb0b
remove my urllib addition
zARODz11z 0d6ea51
format with black
3511ec5
use generic lambda_api_gateway instead of lambda_api_gateway_websocket
b2c30e4
refactor tests and src code to leverage helper functions instead of e…
05111d0
add bad input tests and refactor tests to use get and set service map…
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
{ | ||
duncanista marked this conversation as resolved.
Show resolved
Hide resolved
|
||
"version": "2.0", | ||
"routeKey": "$default", | ||
"rawPath": "/", | ||
"rawQueryString": "", | ||
"headers": { | ||
"sec-fetch-mode": "navigate", | ||
"sec-fetch-site": "none", | ||
"accept-language": "en-US,en;q=0.9", | ||
"x-forwarded-proto": "https", | ||
"x-forwarded-port": "443", | ||
"x-forwarded-for": "71.195.30.42", | ||
"sec-fetch-user": "?1", | ||
"pragma": "no-cache", | ||
"accept": "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.9", | ||
"sec-ch-ua": "\"Google Chrome\";v=\"95\", \"Chromium\";v=\"95\", \";Not A Brand\";v=\"99\"", | ||
"sec-ch-ua-mobile": "?0", | ||
"x-amzn-trace-id": "Root=1-61953929-1ec00c3011062a48477b169e", | ||
"sec-ch-ua-platform": "\"macOS\"", | ||
"host": "a8hyhsshac.lambda-url.eu-south-1.amazonaws.com", | ||
"upgrade-insecure-requests": "1", | ||
"cache-control": "no-cache", | ||
"accept-encoding": "gzip, deflate, br", | ||
"sec-fetch-dest": "document", | ||
"user-agent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36" | ||
}, | ||
"requestContext": { | ||
"accountId": "601427279990", | ||
"apiId": "a8hyhsshac", | ||
"domainName": "a8hyhsshac.lambda-url.eu-south-1.amazonaws.com", | ||
"domainPrefix": "a8hyhsshac", | ||
"http": { | ||
"method": "GET", | ||
"path": "/", | ||
"protocol": "HTTP/1.1", | ||
"sourceIp": "71.195.30.42", | ||
"userAgent": "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/95.0.4638.69 Safari/537.36" | ||
}, | ||
"requestId": "ec4d58f8-2b8b-4ceb-a1d5-2be7bff58505", | ||
"routeKey": "$default", | ||
"stage": "$default", | ||
"time": "17/Nov/2021:17:17:29 +0000", | ||
"timeEpoch": 1637169449721 | ||
}, | ||
"isBase64Encoded": false | ||
} | ||
|
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.