initialize abstract method

void initialize(
  1. ObservableInstrumentsSource source
)

Called once by the runtime to provide a ObservableInstrumentsSource used to pull for fresh metrics data.

Implementation

void initialize(ObservableInstrumentsSource source);