-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
[exporter/awsxray] Add aws sdk http error events to x-ray subsegment and strip prefix AWS.SDK.
from aws remote service name
#27232
Merged
djaglowski
merged 10 commits into
open-telemetry:main
from
pxaws:add-aws-http-error-event
Nov 3, 2023
Merged
[exporter/awsxray] Add aws sdk http error events to x-ray subsegment and strip prefix AWS.SDK.
from aws remote service name
#27232
djaglowski
merged 10 commits into
open-telemetry:main
from
pxaws:add-aws-http-error-event
Nov 3, 2023
Commits on Sep 27, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7c037ad - Browse repository at this point
Copy the full SHA 7c037adView commit details
Commits on Oct 9, 2023
-
Pull Request review changes for #27232
- Define "aws-api" as a const - Rename some variables in cause.go to make the intended behavior a little more clear - PR: #27232
Configuration menu - View commit details
-
Copy full SHA for e846069 - Browse repository at this point
Copy the full SHA e846069View commit details
Commits on Oct 10, 2023
-
Change the time used for X-Ray exception events to unix epoch time
- timestamp.String() generates a string like "2023-10-10 01:58:24.675761 +0000 UTC", which is not a standardized format - Under the hood, it is just calling AsTime().String() https://github.com/open-telemetry/opentelemetry-collector/blob/pdata/v0.66.0/pdata/pcommon/timestamp.go#L36 - Time.String() has the warning "The returned string is meant for debugging; for a stable serialized representation, use t.MarshalText, t.MarshalBinary, or t.Format with an explicit format string." https://pkg.go.dev/time#Time.String
Configuration menu - View commit details
-
Copy full SHA for 1c22163 - Browse repository at this point
Copy the full SHA 1c22163View commit details
Commits on Oct 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7a8d8a6 - Browse repository at this point
Copy the full SHA 7a8d8a6View commit details
Commits on Oct 12, 2023
-
Change the time used for X-Ray exception events to microsecond precision
- This matches X-Ray guidance for timestamps - "Microsecond reoslution is recommended when available" https://docs.aws.amazon.com/xray/latest/devguide/xray-api-segmentdocuments.html#api-segmentdocuments-fields
Configuration menu - View commit details
-
Copy full SHA for bfbafbe - Browse repository at this point
Copy the full SHA bfbafbeView commit details
Commits on Oct 16, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c2cf435 - Browse repository at this point
Copy the full SHA c2cf435View commit details
Commits on Oct 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d0f2f34 - Browse repository at this point
Copy the full SHA d0f2f34View commit details
Commits on Oct 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for dc08418 - Browse repository at this point
Copy the full SHA dc08418View commit details
Commits on Nov 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2b09464 - Browse repository at this point
Copy the full SHA 2b09464View commit details
Commits on Nov 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 52a45ff - Browse repository at this point
Copy the full SHA 52a45ffView commit details
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.