Skip to content

Commit

Permalink
Merge pull request #157 from mathworks/release_1_8_0
Browse files Browse the repository at this point in the history
Release 1 8 0
  • Loading branch information
duncanpo authored Sep 5, 2024
2 parents 6af9e20 + a343683 commit e2ace2e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
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.
3 changes: 2 additions & 1 deletion test/tmetrics_sdk.m
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ function testOtlpFileExporter(testCase)
ct.add(val);

% fetch result
forceFlush(p);
clear("ct", "mt", "p");
results = jsondecode(fileread(alias));

Expand Down Expand Up @@ -539,4 +540,4 @@ function testCleanupApi(testCase)
verifyEmpty(testCase, results);
end
end
end
end

0 comments on commit e2ace2e

Please sign in to comment.