Filtering Out Default `effect_fiber_*` Metrics in Effect Before Exporting
Hey there! Is there an easy way to filter out Effect’s default
I've tried using an OTel view, but it doesn't work:
I believe this may not work because Effect might be recording the
effect_fiber_* metrics before export? I'm not using them, so I just want to avoid sending unnecessary data to my OTel backend.I've tried using an OTel view, but it doesn't work:
I believe this may not work because Effect might be recording the
effect_fiber_* metrics before the OTel SDK is initialized.