NAME

App::derived::Plugin::GrowthForecast - post data to GrowthForecast

SYNOPSIS

  $ derived -MGrowthForecast,api_url=http://host/api,service=service1,section=section1,mode=gauge CmdsFile

DESCRIPTION

This plugin post data to GrowthForecast

ARGUMENTS

api_url:String

Endpoint of GrowthForecast API

service:String

Service name

section:String

Section name

mode:String

mode option available with gauge(default), count, modified, just same as mode of GrowthForecast POST parameter.

type:String

Data type available with "latest"(default) and "persec".

interval:Int

Interval seconds to post

match_key:Regexp

Post match keys only. default '.+' (all keys)

prefix:String

add prefix string to key of post uri

SEE ALSO

<drived>, <App::derived::Plugin> for writing plugins

AUTHOR

Masahiro Nagano <kazeburo@gmail.com>

LICENSE

Copyright (C) Masahiro Nagano

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.