host = $host; } protected function filterGraphiteQuery(GraphiteQuery $query) { return $query->where('hostname', $this->host); } protected function includeTemplate(GraphTemplate $template) { return strpos($template->getFilterString(), '$service') === false; } }