-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SDK should support an error callback #174
Comments
The SDK itself also should support an |
If this is something we expect exporters to handle in a uniform way, does it make sense to have it implemented here instead? A default |
Discussed in the weekly SIG meeting. We support the idea of an interface with an |
@jmacd Do you mean an optional interface, such that the sdk checks to see if an exporter or the like is also an |
To me there are two questions here. Another trouble with this idea is that we haven't specified a type for the "SDK" itself. At present all we have are the idea of a |
I suggest this issue be named "SDK should to support an error callback". The current default metrics SDK supports one, but it should be supported by the tracer SDK as well. |
Possibly worth looking into adding a |
As mentioned in #162 (comment)
The text was updated successfully, but these errors were encountered: