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

lens: hovering over [download json] button could show REST url to fetch trace #3039

Closed
jorgheymans opened this issue Mar 22, 2020 · 1 comment · Fixed by #3040
Closed

lens: hovering over [download json] button could show REST url to fetch trace #3039

jorgheymans opened this issue Mar 22, 2020 · 1 comment · Fixed by #3040
Labels

Comments

@jorgheymans
Copy link
Contributor

Feature:
When hovering over the download json button, it seems intuitive to show the full link to the trace (ie http://myhost/api/v2/trace/4f711e17e7e2290a) , in the browser status bar just as if you would hover over a normal href.

Rational
I could not remember the location of the swagger api definition at https://zipkin.io/zipkin-api/ , i wanted to fetch a trace using curl | jq . So i looked at the download button hoping to find the REST url there.

@anuraaga
Copy link
Contributor

anuraaga commented Mar 23, 2020

I love how this idea will both improve UX a bit and remove a significant amount of complexity from the code at the same time, thanks!

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

Successfully merging a pull request may close this issue.

3 participants