Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 1 8 0 #157

Merged
merged 2 commits into from
Sep 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading