index
:
longboat.git
master
Longboat is a metric collection system. Intended for Viking, but theoretically generic.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2020-11-16
Add mention of examples to Readme
HEAD
master
Nat Lasseter
2020-11-16
Better examples
Nat Lasseter
2020-11-16
Add histogram and summary support
Nat Lasseter
2020-11-16
Fix typo and improve error reporting
Nat Lasseter
2020-11-10
Update Readme: docs for raider config
Nat Lasseter
2020-11-09
Fix and clarify convoluted and buggy raider filename check regexp
Nat Lasseter
2020-11-09
Updated config parsing: catch command line errors thrown by parser
Nat Lasseter
2020-11-04
Much better docs
Nat Lasseter
2020-11-04
Drop the help flag from Config.for_raider, it's irrelevant and just clutter f...
Nat Lasseter
2020-11-04
Align columns of options in config.rb
Nat Lasseter
2020-11-04
Nicer argument message
Nat Lasseter
2020-11-03
Add argument usage test to binary
Nat Lasseter
2020-11-03
Just chuck it in initialize
Nat Lasseter
2020-11-03
Initial new raider-specific config
Nat Lasseter
2020-11-03
Add --test flag for testing new raiders
Nat Lasseter
2020-07-14
Typo fix @tranaction -> @transaction
Nat Lasseter
2020-06-25
Print raider exceptions to stderr
Nat Lasseter
2020-06-25
Added transactions to the collector so we can support exception handling on t...
Nat Lasseter
2020-06-25
Updated Gems
Nat Lasseter
2020-04-22
Readme typo
Nat Lasseter
2020-03-17
Tidy logic for raider selection and fix raider 'require'ment
Nat Lasseter
2020-03-17
Broke out Viking raiders into new repo to keep longboat generic
Nat Lasseter
2020-03-17
Added LICENSE
Nat Lasseter
2020-03-16
Added automagic longboat_meta_raider_runtime metric
Nat Lasseter
2020-03-16
Refactor: renamed jobs to raiders, becaus pun, and jobs is confusing given th...
Nat Lasseter
2020-03-04
Report job state per partition
Nat Lasseter
2020-03-04
Add metric redaction
Nat Lasseter
2020-03-04
Added jobs-path argument
Nat Lasseter
2020-03-03
Added Gemfile
Nat Lasseter
2020-03-03
Added metric prefix
Nat Lasseter
2020-03-03
Added command line config
Nat Lasseter
2020-03-02
Sinatra might have been overkill for one endpoint, but http serving of promet...
Nat Lasseter
2020-03-02
Added readme, tidied some things
Nat Lasseter
2020-03-02
Timestamp now reflects collected rather than reported time
Nat Lasseter
2020-03-02
Broke apart job running and metric collection. Jobs are now picked up automag...
Nat Lasseter
2020-03-02
Use classes properly
Nat Lasseter
2020-02-28
Initial commit
Nat Lasseter