Skip to content

Exporter.Geneva-1.16.0

Choose a tag to compare

@otelbot-dotnet-contrib otelbot-dotnet-contrib released this 09 Jul 15:53
Immutable release. Only release title and notes can be modified.
5117b8b
  • NuGet: OpenTelemetry.Exporter.Geneva v1.16.0

    • Updated OpenTelemetry core component version(s) to 1.16.0.
      (#4487)

    • Log error when telemetry data exceeds the serialization buffer capacity.
      (#4027)

    • Reduced per-log-record and per-span allocations in the Geneva exporter:
      cache sanitized logger category names (with a fast path that reuses already
      valid names) and freeze the cache on .NET 8+, serialize metric base-128
      strings and HTTP url spans directly into the output buffer instead of via
      temporary arrays/strings.
      (#4498,
      #4684)

    • Assemblies are now digitally signed using cosign.
      (#4637)

    See CHANGELOG for details.