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

Views shouldn't be lost if MeterProvider crashes

Open tsloughter opened this issue 2 years ago • 0 comments

Views either need to be stored in an ETS table that survives a crash of the MeterProvider (see #428) or must be part of initialization so that they are part of the configuration passed to init/1 on restart of the MeterProvider.

The latter solution means not supporting add_view at runtime but requiring views be done in configuration. This may be too limiting.

tsloughter avatar Aug 16 '22 23:08 tsloughter