bd808 / graphite-graph-php

PHP DSL for generating Graphite graph specifications
http://bd808.com/graphite-graph-php
BSD 2-Clause "Simplified" License
16 stars 6 forks source link

Issue #19: Generator support #22

Closed bd808 closed 12 years ago

bd808 commented 12 years ago

Added support for generator style Graphite functions. These are functions that can be used in place of a whisper metric to create graphable data. The most commonly useful generators are constantLine, threshold and events. sinFunction, timeFunction and randomWalkFunction can be useful for debugging.