Join GitHub today
GitHub is home to over 31 million developers working together to host and review code, manage projects, and build software together.
Sign upStoring/loading multiple graphs from URL doesn't work anymore #3789
Comments
juliusv
added
kind/bug
priority/P1
component/ui
labels
Feb 2, 2018
This comment has been minimized.
This comment has been minimized.
|
The bug (at least trying to open the link above) only seems to happen when "Search query history" is enabled. |
This comment has been minimized.
This comment has been minimized.
|
Yes will do! |
biglovisa
referenced this issue
Feb 7, 2018
Merged
[Fix 3789]: storing/loading multiple graphs from URL #3813
juliusv
closed this
in
#3813
Feb 15, 2018
This comment has been minimized.
This comment has been minimized.
lock
bot
commented
Mar 22, 2019
|
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
lock
bot
locked and limited conversation to collaborators
Mar 22, 2019
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
juliusv commentedFeb 2, 2018
•
edited
When adding more than one graph on the
/graphpage, only the first one is stored in the URL. Also, when trying to open a URL like http://localhost:9090/graph?g0.range_input=1h&g0.expr=rate(node_cpu%5B1m%5D)&g0.tab=0&g1.range_input=1h&g1.expr=rate(http_request_duration_microseconds_count%5B1m%5D)&g1.tab=0, the second entry is halfway rendered, but not executed (and disappears from the URL).According to
git bisectthis regression was introduced by a8ff643. @lovisas would you be able to take a look?