onInitialize method

void onInitialize(
  1. Measure measure
)
inherited

Callback for initialization of probe.

Note that this is a non-async method and should hence be 'light-weight' and not block execution for a long duration.

Implementation

void onInitialize(Measure measure) {}