Skip to content

Commit e2ace2e

Browse files
authored
Merge pull request #157 from mathworks/release_1_8_0
Release 1 8 0
2 parents 6af9e20 + a343683 commit e2ace2e

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

examples/context_propagation/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,5 @@ In this example, a C++ client calls a MATLAB function hosted on MATLAB Productio
4444
contextprop_example_client
4545
```
4646
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.

test/tmetrics_sdk.m

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ function testOtlpFileExporter(testCase)
9595
ct.add(val);
9696

9797
% fetch result
98+
forceFlush(p);
9899
clear("ct", "mt", "p");
99100
results = jsondecode(fileread(alias));
100101

@@ -539,4 +540,4 @@ function testCleanupApi(testCase)
539540
verifyEmpty(testCase, results);
540541
end
541542
end
542-
end
543+
end

0 commit comments

Comments
 (0)