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

Simple library for instrumenting code to record dimensional time series.

Dependencies

To instrument your code you need to depend on the api library. This provides the minimal interfaces for you to code against and build test cases. For gradle:

com.netflix.spectator:spectator-api:0.30.0

If running at Netflix with the standard platform, see the Netflix Integration page.

Instrumenting Code

Clone this wiki locally