vimeo / graph-explorer

A graphite dashboard powered by structured metrics
http://vimeo.github.io/graph-explorer/
Apache License 2.0
1.06k stars 93 forks source link

don't show something like 'sumSeries (4 values)' if all those values are the same #46

Closed Dieterbe closed 10 years ago

Dieterbe commented 10 years ago

sometimes with 'sum by' over more than 1 tag, for some metrics being summed together one of the tags is the same, (or it maybe has 2 different values? and still shows them as 4 cause it counts totals, not uniques?)

example, our internal query "remover swift /s sum by n1,n4" shows " sumSeries (4 values) sumSeries (4 values) " the latter all being files_processing.

Dieterbe commented 10 years ago

since we now have labels that show the individual values, this is no longer a problem.

it could be clarified in both the constants as well as variables section how many values are aggegrated vs how many real differences there are, but it's not that very urgent.