opentelemetry-erlang icon indicating copy to clipboard operation
opentelemetry-erlang copied to clipboard

Add provider (trace and meter) shutdown callback

Open tsloughter opened this issue 3 years ago • 0 comments

The providers need a shutdown/terminate callback added and the SDK implementation of each should set the the meter and tracer to noops. This is currently done in the SDK's prep_stop function but should be in the providers when they get a termination callback.

tsloughter avatar Nov 28 '20 14:11 tsloughter