Skip to content

Commit

Permalink
Add a note in context_propagation example readme about possible timeo…
Browse files Browse the repository at this point in the history
…ut in the first call, closes #23
  • Loading branch information
duncanpo committed Sep 5, 2024
1 parent c75dd55 commit a343683
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions examples/context_propagation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,5 @@ In this example, a C++ client calls a MATLAB function hosted on MATLAB Productio
contextprop_example_client
```
5. Check for expected spans in the OpenTelemetry Collector or in a specified tracing backend.
**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 comments on commit a343683

Please sign in to comment.