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 Configuration Setting
InstrumentationProvider
which identifies any service that uses the Telemetry SDK to create Span Events. SpanBuilder
allows the reporting error conditions using overloadHasError(string message)
.SpanBuilder
clears the value of theerror.message
attribute whenHasError(false)
is called (ie. no error).
- 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 attributeerror.message
for all spans that do not haveStatus.OK
1.0.0-beta.117 - 2020-01-17
- Support for sending Metrics to the New Relic endpoint.
- Renamed configuration API
WithOverrideEndpointUrl_Trace
toWithOverrideEndpointUrlTrace
. - Renamed configuration API
WithAPIKey
toWithApiKey
.
1.0.0-beta - 2019-12-11
- 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.