Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 1.81 KB

File metadata and controls

41 lines (25 loc) · 1.81 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

1.0.0-beta.134 - 2020-03-11

Added

  • Added Configuration Setting InstrumentationProvider which identifies any service that uses the Telemetry SDK to create Span Events.
  • SpanBuilder allows the reporting error conditions using overload HasError(string message).
  • SpanBuilder clears the value of the error.message attribute when HasError(false) is called (ie. no error).

Changed

  • Modified the OpenTelemetry Trace Exporter to set attribute instrumentation.provider to "opentelemetry" on all spans.
  • Modified the OpenTelemetry Trace Exporter to append Status.Description as attribute error.message for all spans that do not have Status.OK

1.0.0-beta.117 - 2020-01-17

Added

  • Support for sending Metrics to the New Relic endpoint.

Changed

  • Renamed configuration API WithOverrideEndpointUrl_Trace to WithOverrideEndpointUrlTrace.
  • Renamed configuration API WithAPIKey to WithApiKey.

1.0.0-beta - 2019-12-11

Added

  • Initial beta release of the New Relic Telemetry SDK and OpenTelemetry Exporter for .NET. Supports sending spans to the New Relic endpoint for visualization in the New Relic UI.