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
Copy file name to clipboardExpand all lines: examples/context_propagation/README.md
+2
Original file line number
Diff line number
Diff line change
@@ -44,3 +44,5 @@ In this example, a C++ client calls a MATLAB function hosted on MATLAB Productio
44
44
contextprop_example_client
45
45
```
46
46
5. Check for expected spans in the OpenTelemetry Collector or in a specified tracing backend.
47
+
48
+
**NOTE:** In the first call to MATLAB Production Server, it needs to perform a significant amount of loading and initialization, and as a result the client may time out and return an error status. This should only happen in the first call and not in subsequent calls.
0 commit comments