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

CLI Reports from XRay #16

Open
tmaiaroto opened this issue Mar 20, 2018 · 0 comments
Open

CLI Reports from XRay #16

tmaiaroto opened this issue Mar 20, 2018 · 0 comments

Comments

@tmaiaroto
Copy link
Owner

Following up on #13 it would be nice to visualize some of the data recorded in XRay without combing through the AWS web console.

The most obvious thing here is a command to return the success/failure rates of an application's handlers along with timing information (min/max/avg execution time).

XRay has an API for getting this information, it just needs to be hooked into a command.

The hard part will be identifying all of the subsegment and annotation values. I'm not sure what the XRay API has just yet. So I don't know if there's an index of them all, or if now we need to hold a list of valid values to look for. That's going to change for each application, so it's hard. If XRay doesn't have any sort of aggregation or reporting support in its API, it may not make sense to do this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant