Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 1.05 KB

README.md

File metadata and controls

18 lines (12 loc) · 1.05 KB

Build Status

Examples for using Spectator. Overview:

  • server: is a small http server library instrumented using spectator.

To make this useful we need to setup bindings and report somewhere using one of the spectator registry implementations. In the simplest cases that will be JMX or writing to local files:

  • servo: uses the server library example above and binds to the Servo Registry for reporting to the file system.
  • metrics3: uses the server library example above and binds to the Metrics3 Registry for reporting to JMX and to the file system.