Skip to content
brharrington edited this page Aug 15, 2015 · 9 revisions

Simple library for instrumenting code to record dimensional time series. If you are new to the library it is highly recommended to read the pages in the Getting Started section on the sidebar.

At a minimum you will need to:

  1. Depend on the api library. It is in maven central, for gradle the dependency would be com.netflix.spectator:spectator-api:0.30.0.
  2. Instrument some code, see the usage guides for counters, timers, and gauges.
  3. Pick a registry to bind to when initializing the application. See the sidebar for a list of available registries.
Clone this wiki locally