On 30 October 2013 07:52, Andy Doan <[email protected]> wrote: > I wanted to scale these times from ms to minutes, but the resulting graph I > was generating didn't look right. So for now I look at the numbers and > divide by 60,000 so that they are easier for me to intuitively understand.
Not certain that it's the best approach, but this should do the right thing: alias(scale(statsd.ubuntu-ci.test-execution-service.staging.touch.provision.mean, 0.0000166666666), "Provision time in minutes") -- Mailing list: https://launchpad.net/~canonical-ci-engineering Post to : [email protected] Unsubscribe : https://launchpad.net/~canonical-ci-engineering More help : https://help.launchpad.net/ListHelp

