~graphite-dev/graphite/graphite-0.9.8

« back to all changes in this revision

Viewing changes to webapp/content/js/composer_widgets.js

  • Committer: Chris Davis
  • Date: 2011-04-02 21:07:25 UTC
  • Revision ID: chrismd@gmail.com-20110402210725-f5g0y0wo79ihcyzb
added hitcount() function

Show diffs side-by-side

added added

removed removed

Lines of Context:
499
499
                  {text: 'Non-negative Derivative', handler: this.applyFuncToEachWithInput('nonNegativeDerivative', "Please enter a maximum value if this metric is a wrapping counter (or just leave this blank)", {allowBlank: true})},
500
500
                  {text: 'Log', handler: this.applyFuncToEachWithInput('log', 'Please enter a base')},
501
501
                  {text: 'timeShift', handler: this.applyFuncToEachWithInput('timeShift', 'Shift this metric ___ back in time (examples: 10min, 7d, 2w)', {quote: true})},
502
 
                  {text: 'Summarize', handler: this.applyFuncToEachWithInput('summarize', 'Please enter a summary interval (examples: 10min, 1h, 7d)', {quote: true})}
 
502
                  {text: 'Summarize', handler: this.applyFuncToEachWithInput('summarize', 'Please enter a summary interval (examples: 10min, 1h, 7d)', {quote: true})},
 
503
                  {text: 'Hit Count', handler: this.applyFuncToEachWithInput('hitcount', 'Please enter a summary interval (examples: 10min, 1h, 7d)', {quote: true})}
503
504
                ]
504
505
              }, {
505
506
                text: 'Calculate',