-
Notifications
You must be signed in to change notification settings - Fork 172
Home
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:
- Depend on the api library. It is in maven central, for gradle the dependency
would be
com.netflix.spectator:spectator-api:0.30.0
. - Instrument some code, see the usage guides for counters, timers, and gauges.
- Pick a registry to bind to when initializing the application. See the sidebar for a list of available registries.