-
Supports
OpenTelemetry.Extensions.Hosting
based configuration forGenevaMetricExporter
. 397 -
Update OTel SDK version to
1.3.0
. 427 -
Remove support for .NET Framework 4.6.1. The minimum .NET Framework version
supported now is .NET 4.6.2. 441 -
Fix the incorrect
ExportResult
issue on Linux:422 by throwing any exception caught byUnixDomainSocketDataTransport.Send
so thatExport
methods cn catch it and correctly setExportResult
toExportResult.Failure
. 444 -
The option
PrepopulatedFields
ofGenevaExporterOptions
will only support values of type:bool
,byte
,sbyte
,short
,ushort
,int
,uint
,long
,ulong
,float
,double
, andstring
. It will also not acceptnull
values. 514 537 -
The option
MetricExportIntervalMilliseconds
ofGenevaMetricExporterOptions
will not accept a value less than 1000. 527 -
Remove support for exporting
ILogger
scopes that was added in1.3.0-beta.2
version. 541