The Wayback Machine - https://web.archive.org/web/20201129113053/https://github.com/jaegertracing/jaeger-ui/issues/663
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

Batch Download of traces #663

Open
chrvo opened this issue Nov 25, 2020 · 0 comments
Open

Batch Download of traces #663

chrvo opened this issue Nov 25, 2020 · 0 comments

Comments

@chrvo
Copy link

@chrvo chrvo commented Nov 25, 2020

Requirement - what kind of business use case are you trying to solve?

Our traces contain data that is covered by GDPR (european user privacy regulations) and, thus developers do not have direct access to all traces. If an error occurs, relevant traces has to be filtered out and the relevant ones are forwarded to the developer.

Another use case:
It would be nice to just attach files with relevant traces to a Jira Ticket. HTTP Links are nice but they are are only available for a certain time, which conflicts with some of our documentation requirements, and everybody has to have access to the jaeger instance.

Problem - what in Jaeger blocks you from solving the requirement?

The process of "exporting" the traces is cumbersome. For each trace, you have to go to the json view and save it.

Proposal - what do you suggest to solve the problem or improve the existing situation?

It would be nice to have:

  • A download trace button in the trace view
  • A download traces button in the search view to download all found traces
  • A download selected traces button in the search view
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants
You can’t perform that action at this time.