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 upBuild UI for displaying and exploring timeseries dimensionality #407
Comments
juliusv
added
enhancement
labels
Oct 6, 2014
fabxc
added
kind/enhancement
and removed
feature request
labels
Apr 28, 2016
brian-brazil
added
component/ui
priority/P3
labels
Jul 14, 2017
simonpasquier
pushed a commit
to simonpasquier/prometheus
that referenced
this issue
Oct 12, 2017
This comment has been minimized.
This comment has been minimized.
|
Would something like this work: https://github.com/kausalco/public/tree/master/promvt /cc @davkal |
This comment has been minimized.
This comment has been minimized.
|
I don't think it needs to be a full UI, even a page with tables for the biggest metrics and jobs would be handy. |
jobrs
referenced this issue
Feb 21, 2019
Closed
Support series selector for label/names and label/:name/values API #5248
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
juliusv commentedOct 6, 2014
There should be UI support for dimensional exploration of data. When providing an expression / metric name, the UI could show the user a summary of the selected data in terms of label names and their possible values, then allow the user to further narrow down results based on that. This could either be completely client-side and based on returned query data, or with some more fancy server-side support which can figure out dimensionality of metrics without actually loading all the data for them. What exactly this should look like needs to be defined.