You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If there is an error reported in any callback function no
Environment
tested with, but should apply to all
OS: linx
Architecture: amd64
Go Version: 1.19.4
opentelemetry-go version: v1.13.0/v.0.36.0
Steps To Reproduce
The example provided has two different "libraries" one for single callback and another for multicallback. Both only return an error. This behavior will happen for any callback that errors.
Description
If there is an error reported in any callback function no
Environment
tested with, but should apply to all
Steps To Reproduce
The example provided has two different "libraries" one for single callback and another for multicallback. Both only return an error. This behavior will happen for any callback that errors.
Expected behavior
In the example above importing a callback which errors should not prevent other metrics from being reported.
The text was updated successfully, but these errors were encountered: