Exporter.Geneva-1.3.0
-
Supports
OpenTelemetry.Extensions.Hostingbased 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
ExportResultissue on Linux:422 by throwing any exception caught byUnixDomainSocketDataTransport.Sendso thatExportmethods cn catch it and correctly setExportResulttoExportResult.Failure. 444 -
The option
PrepopulatedFieldsofGenevaExporterOptionswill only support values of type:bool,byte,sbyte,short,ushort,int,uint,long,ulong,float,double, andstring. It will also not acceptnullvalues. 514 537 -
The option
MetricExportIntervalMillisecondsofGenevaMetricExporterOptionswill not accept a value less than 1000. 527 -
Remove support for exporting
ILoggerscopes that was added in1.3.0-beta.2version. 541