github open-telemetry/opentelemetry-dotnet-contrib Exporter.Geneva-1.16.0

  • 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.

Don't miss a new opentelemetry-dotnet-contrib release

NewReleases is sending notifications on new releases.