You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
Fixes
Agent correctly overwrites files when necessary. (#3425) (9cafa88)
The GPG key used to sign .NET Agent RPM packages in our YUM repo has been rotated. Please update your systems to trust the new key by downloading our updated repository definition file and placing it in /etc/yum.repos.d/, overwriting any existing version of that file. (ef5f329)
New features
Allow users to configure process names that should not be instrumented (#3387) (8dedf32)
Increase maximum length of db.statement span attribute to 4096 bytes (#3364) (#3365) (bbac2f4)
Fixes
Fix agent connection error when debug logging is enabled. (#3395) (82fc1b6)
Remove "consume" span from Azure Service Bus transactions created in "processor" mode for more accurate transaction timing. (faa591f)
Update ReportedConfiguration to serialize certain enums as strings instead of integers for better clarity when viewing settings in the UI (#3296) (e972745)
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)
Fixes
MSSQL connection string parsing can throw exceptions and disable Datastore instrumentation (#3263) (cdf000b)
Resolve issues with Kafka "Consume" instrumentation to ensure that automatic instrumentation works in conjunction with custom instrumentation. (#3257) (1dbd1c5)