Releases: mathworks/OpenTelemetry-MATLAB
Releases · mathworks/OpenTelemetry-MATLAB
Version 1.2.0
Version 1.2.0
Enhancements:
- Add Mac OS support. Supported platforms now include Windows, Linux, Mac OS.
- New methods shutdown and forceFlush in opentelemetry.sdk.trace.TracerProvider.
- New class opentelemetry.sdk.trace.Cleanup to provide static methods shutdown and forceFlush. Both methods takes as input a TracerProvider object from the API package (opentelemetry.trace.TracerProvider).
- Error handling more in line with guidance from OpenTelemetry Specifications (https://opentelemetry.io/docs/specs/otel/error-handling/). Specifically, API classes no longer throw errors.
- Add error IDs to any errors thrown in SDK or exporters packages.
Version 1.1.0
- The OTLP HTTP and gRPC exporters are now optional. By default only the OTLP HTTP exporter is installed.
- To switch between installing exporters, define WITH_OTLP_HTTP and WITH_OTLP_GRPC macros during build. For example "cmake ... -DWITH_OTLP_HTTP=OFF -DWITH_OTLP_GRPC=ON ..." will only install the gRPC exporter.
- At least one of WITH_OTLP_HTTP and WITH_OTLP_GRPC must be turned on.
Version 1.0.1
Build and test bug fixes on Linux
Version 1.0
Initial version for distributed tracing