aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2020-11-09Updated config parsing: catch command line errors thrown by parserNat Lasseter
2020-11-04Drop the help flag from Config.for_raider, it's irrelevant and just clutter ↵Nat Lasseter
for raider devs
2020-11-04Align columns of options in config.rbNat Lasseter
2020-11-03Just chuck it in initializeNat Lasseter
2020-11-03Initial new raider-specific configNat Lasseter
2020-11-03Add --test flag for testing new raidersNat Lasseter
2020-07-14Typo fix @tranaction -> @transactionNat Lasseter
2020-06-25Print raider exceptions to stderrNat Lasseter
2020-06-25Added transactions to the collector so we can support exception handling on ↵Nat Lasseter
the raiders
2020-03-17Tidy logic for raider selection and fix raider 'require'mentNat Lasseter
2020-03-17Broke out Viking raiders into new repo to keep longboat genericNat Lasseter
2020-03-16Added automagic longboat_meta_raider_runtime metricNat Lasseter
2020-03-16Refactor: renamed jobs to raiders, becaus pun, and jobs is confusing given ↵Nat Lasseter
the intended application of longboat by the original authors.
2020-03-04Report job state per partitionNat Lasseter
2020-03-04Add metric redactionNat Lasseter
2020-03-04Added jobs-path argumentNat Lasseter
2020-03-03Added metric prefixNat Lasseter
2020-03-03Added command line configNat Lasseter
2020-03-02Sinatra might have been overkill for one endpoint, but http serving of ↵Nat Lasseter
prometheus metrics is started.
2020-03-02Added readme, tidied some thingsNat Lasseter
2020-03-02Timestamp now reflects collected rather than reported timeNat Lasseter
2020-03-02Broke apart job running and metric collection. Jobs are now picked up ↵Nat Lasseter
automagically from lib/jobs
2020-03-02Use classes properlyNat Lasseter
2020-02-28Initial commitNat Lasseter