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
path:
root
/
lib
/
longboat
Age
Commit message (
Collapse
)
Author
2020-11-16
Add histogram and summary support
Nat Lasseter
2020-11-16
Fix typo and improve error reporting
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
Drop the help flag from Config.for_raider, it's irrelevant and just clutter ↵
Nat Lasseter
for raider devs
2020-11-04
Align columns of options in config.rb
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 ↵
Nat Lasseter
the raiders
2020-03-17
Tidy logic for raider selection and fix raider 'require'ment
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 ↵
Nat Lasseter
the intended application of longboat by the original authors.
2020-03-04
Add metric redaction
Nat Lasseter
2020-03-04
Added jobs-path argument
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 ↵
Nat Lasseter
prometheus metrics is started.
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 ↵
Nat Lasseter
automagically from lib/jobs
2020-03-02
Use classes properly
Nat Lasseter
2020-02-28
Initial commit
Nat Lasseter