github open-telemetry/opentelemetry-dotnet-contrib Instrumentation.ServiceFabricRemoting-1.18.0-beta.2

pre-release2 hours ago
  • NuGet: OpenTelemetry.Instrumentation.ServiceFabricRemoting v1.18.0-beta.2

    • Added support for registering custom Service Fabric exception convertors, so
      that applications can propagate their own exception types across remoting
      calls while still being instrumented. Service Fabric SDK 8 (runtime 11) no
      longer enables the BinaryFormatter fallback for exception serialization by
      default, and SDK 9 removes it altogether, so an exception without a
      registered convertor reaches the client as a ServiceException.
      TraceContextEnrichedServiceRemotingProviderAttribute and
      TraceContextEnrichedActorRemotingProviderAttribute are no longer sealed and
      expose GetServiceExceptionConvertors() / GetClientExceptionConvertors()
      for this purpose. A RemotingExceptionDepth property was also added to
      control how many levels of inner exceptions are serialized.
      (#5166)

    See CHANGELOG for details.

Don't miss a new opentelemetry-dotnet-contrib release

NewReleases is sending notifications on new releases.