← Back to team overview

graphite-dev team mailing list archive

Re: [Question #175593]: How to express a "show top N values" as a percentage

 

Question #175593 on Graphite changed:
https://answers.launchpad.net/graphite/+question/175593

Sharjeel posted a new comment:
Yea you ought to have the option to accomplish that by involving
areaMode=stacked and enveloping every measurement by an
asPercent(my.metrics.*, total_max_value) where total_max_value is the
aggregate each of the measurements ought to amount to. asPercent yields
values from 0-100 so on the off chance that you need it on an alternate
scale, enclose it by a scale() call as well

-- 
You received this question notification because your team graphite-dev
is an answer contact for Graphite.