From 666ea91e473554acabe6f6c3477eb915e70a7538 Mon Sep 17 00:00:00 2001 From: Nat Lasseter Date: Mon, 16 Mar 2020 10:15:21 +0000 Subject: Refactor: renamed jobs to raiders, becaus pun, and jobs is confusing given the intended application of longboat by the original authors. --- longboat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'longboat') diff --git a/longboat b/longboat index 2631d45..b4f0dee 100755 --- a/longboat +++ b/longboat @@ -8,8 +8,8 @@ config = Longboat::Config.parse! # Start collection collector = Longboat::Collector.new(config) -jobs = Longboat::Jobs.new(collector, config) -t = jobs.collect_every +raiders = Longboat::Raiders.new(collector, config) +t = raiders.raid_every # Serve metrics on HTTP Longboat::Server.serve!(collector, config) -- cgit v1.2.1