-
Notifications
You must be signed in to change notification settings - Fork 3
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
Set log group on the x-ray segment #17
Comments
garyd203
added a commit
that referenced
this issue
Aug 27, 2020
garyd203
added a commit
that referenced
this issue
Aug 27, 2020
Merged
garyd203
added a commit
that referenced
this issue
Aug 27, 2020
garyd203
added a commit
that referenced
this issue
Aug 27, 2020
You are a life-saver. Thank you so much for figuring out you have to add the
|
Glad it helped @grandstairs |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Be able to explicitly set the AWS CLoudwatch Group used for this segment. This appears to be set using the field
segment['aws']['cloudwatch_logs']['logGroup']
(according to the Java SDK). NB: More likely to belog_group
since everything else is snakecasedNone of the python plugins currently set this (as of SDK v2.6.0), and it is unknowable for execution environments like ECS anyway. So let's provide the convenience. aws/aws-xray-sdk-python#188 tracks the official SDK's implementation of this feature
The text was updated successfully, but these errors were encountered: