Skip to content

rlipscombe/bolingbroke

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bolingbroke

Quick-and-dirty embedded folsom metrics viewer.

Screenshot

Usage

  1. Make sure that the bolingbroke application is started.
  2. Point your browser to http://localhost:18360/?foo&bar; it'll display any metric containing "foo" or "bar" in the name.

Example

If you want to replicate the example given in the screenshot:

$ erl -pa deps/*/ebin -pa ebin -s bolingbroke
1> {ok, _} = bolingbroke_example:start_link().

Point-in-time queries

You can get a point-in-time view of a metric as follows:

curl -s http://localhost:18360/query?foo&bar

About

Quick-and-dirty embedded folsom metrics viewer

Resources

License

Stars

Watchers

Forks

Packages

No packages published