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

[query] Allow retrieving raw/unadjusted traces #617

Closed
yurishkuro opened this issue Dec 23, 2017 · 0 comments
Closed

[query] Allow retrieving raw/unadjusted traces #617

yurishkuro opened this issue Dec 23, 2017 · 0 comments

Comments

@yurishkuro
Copy link
Member

For debugging purposes it is often useful to look at the original JSON of the trace as it is stored in the database. This can be done by supporting an extra parameter in the trace API /api/traces/{traceID}/?raw=true.

Caveat: there trace is still going to go through a series of transformation: dbmodel -> domain model -> ui/JSON model, but those transformations are more or less lossless.

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

No branches or pull requests

1 participant