10.51.1 (2026-06-03)
Notice
- Customers using
RecordDatastoreSegment()with a custom vendor name will see metric names change fromDatastore/*/Other/*toDatastore/*//*. Update any dashboards, alerts, or queries that reference the old Other-based metric names. (f6c0e48)
Fixes
RecordDatastoreSegment()API will correctly use the caller-supplied vendor name instead of ignoring it. (f6c0e48)- Ensure all StackExchange.Redis segments are created and added to transaction before it is harvested (#3574) (4152ea2)
- Update MySql.Data instrumentation to support 9.7.0 signature changes (#3562) (1e40e44)
config-schema: 1.1.0
1.1.0 (2026-06-03)
Features
- Add .NET 8+ support for System.Data.Odbc (#2948) (7ee9825)
- Add a new Distributed Tracing sampler, the TraceId Ratio-Based Sampler, which is based on the OpenTelemetry implementation. This sampler makes its sampling decision using the TraceId (a random GUID) and a configured sampling ratio (a target percentage of traces to be sampled). For more information, see the OpenTelemetry specification. (#3211) (63ca603)
- Allow incoming W3C traceparent
sampledflag to influence .NET agent sampling decision. (#3100) (6047bda) - Allow users to configure process names that should not be instrumented (#3387) (8dedf32)
- The .NET Hybrid Agent provides a future-proof observability solution with integrated support for OpenTelemetry Tracing and Metrics APIs. OpenTelemetry Logs will continue to be supported through the existing Microsoft.Extensions.Logging integration. This release delivers critical OpenTelemetry features including Span Links, Events on Spans, and unified sampling algorithms. It is designed to bridge the gap for .NET teams looking to adopt OpenTelemetry standards while maintaining backwards compatibility with their existing New Relic dashboards. (72a0414)