Skip to content

Releases: mathworks/OpenTelemetry-MATLAB

Version 1.2.0

24 Jul 20:29
Compare
Choose a tag to compare

Version 1.2.0

Enhancements:

  1. Add Mac OS support. Supported platforms now include Windows, Linux, Mac OS.
  2. New methods shutdown and forceFlush in opentelemetry.sdk.trace.TracerProvider.
  3. 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).
  4. 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.
  5. Add error IDs to any errors thrown in SDK or exporters packages.

Version 1.1.0

19 Jun 18:03
Compare
Choose a tag to compare
  • 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

13 Jun 21:08
Compare
Choose a tag to compare

Build and test bug fixes on Linux

Version 1.0

12 Jun 20:24
Compare
Choose a tag to compare

Initial version for distributed tracing