-
Notifications
You must be signed in to change notification settings - Fork 3
Closed
Labels
metricsIssues related to metrics leading up to initial releaseIssues related to metrics leading up to initial release
Description
Adding or recording complex values currently returns an obscure error message:
>> record(h, 2+3i)
Error using gateway
Can't convert this element
Error in . (line 55)
[varargout{1:nargout}] = libmexclass.proxy.gateway("MethodCall", obj.ID, methodName, methodArgs);
Error in opentelemetry.metrics.Histogram/record (line 35)
obj.Proxy.record(value);
- We should not error. Invalid inputs should be a no-op.
- Consider a warning
Metadata
Metadata
Assignees
Labels
metricsIssues related to metrics leading up to initial releaseIssues related to metrics leading up to initial release