ripienaar / graphite-graph-dsl

A small DSL to describe graphite graphs
http://www.devco.net/
Apache License 2.0
167 stars 43 forks source link

Make scale() and scaleToSeconds() independent. #41

Closed bodgit closed 11 years ago

bodgit commented 11 years ago

They don't need to be mutually exclusive, consider Rx bytes on an interface, sampled per minute and you want bits/sec:

scaleToSeconds(scale(some.host.interface.octets.eth0.rx,8),1)

ripienaar commented 11 years ago

thank youj