Beberlei\Metrics\Collector\Telegraf::gauge PHP Method

gauge() public method

public gauge ( $variable, $value )
    public function gauge($variable, $value)
    {
        $this->data[] = sprintf('%s%s:%s|g', $variable, $this->tags, $value);
    }