Skip to content

Exporter.Geneva-1.3.0

Choose a tag to compare

@utpilla utpilla released this 28 Jul 23:15
· 2645 commits to main since this release
Immutable release. Only release title and notes can be modified.
19f44ad
  • Supports OpenTelemetry.Extensions.Hosting based configuration for GenevaMetricExporter. 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 by UnixDomainSocketDataTransport.Send so that Export methods cn catch it and correctly set ExportResult to ExportResult.Failure. 444

  • The option PrepopulatedFields of GenevaExporterOptions will only support values of type: bool, byte, sbyte, short, ushort, int, uint, long, ulong, float, double, and string. It will also not accept null values. 514 537

  • The option MetricExportIntervalMilliseconds of GenevaMetricExporterOptions will not accept a value less than 1000. 527

  • Remove support for exporting ILogger scopes that was added in 1.3.0-beta.2 version. 541