Skip to content
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

Enable X-Ray #56

Closed
JohnPreston opened this issue May 11, 2020 · 0 comments · Fixed by #67
Closed

Enable X-Ray #56

JohnPreston opened this issue May 11, 2020 · 0 comments · Fixed by #67
Assignees
Labels
enhancement New feature or request

Comments

@JohnPreston
Copy link
Member

Is your feature request related to a problem? Please describe.
I want to be able to do the analysis of my application performance via XRay.

Describe the solution you'd like
Via the service configs (local and/or global) I would be able to indicate whether or not I want the AWS XRay container to be running as part of my task definition

configs:
  composex:
    use_xray: False

services:
  serviceA:
    configs:
     use_xray: True

Describe alternatives you've considered
In the CLI, add --enable-xray would override configuration settings and set to true for all.

Additional context
The X-Ray container should be contained to the minimum compute footprint possible.

@JohnPreston JohnPreston added the enhancement New feature or request label May 11, 2020
@JohnPreston JohnPreston self-assigned this May 11, 2020
@JohnPreston JohnPreston linked a pull request May 16, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant