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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Migration notes:
Controller InProc dependencies are no longer captured by default. For information on how to reenable these dependencies, see the config options.
Database dependency names are now more concise with the full (sanitized) query still present in the data field. HTTP dependency names are now more descriptive. This change can affect custom dashboards or alerts if they relied on the previous values.
Enhancements:
Support Azure Active Directory Authentication.
Supported authentication mechanisms:
Authentication using System Assigned Managed Identity.
Authentication using User Assigned Managed Identity.
Authentication using Service Principal.
Support Stamp Specific redirects.
Use v2.1/track endpoint to send telemetry instead of v2/track.
Database dependency names are now more concise, e.g. SELECT mydatabase.mytable instead of SELECT x, y, z, ... from ... where ........... (the full sanitized query is still captured in the dependency data field)
Database dependency target field slightly updated to enable better U/X integration
HTTP dependency names are now more descriptive, e.g. GET /the/path instead of HTTP GET
Update default configuration:
'azuresdk' configuration moved out of preview configuration and is now enabled by default.
'openTelemetryApiSupport' moved out of preview configuration and is now enabled by default.
Add Quartz and Apache Camel instrumentations to preview #1899.
Bug Fixes:
Fix live metrics sampled counts.
Fix stack traces not being captured for deadlocks #1263.
Fix Application Map to App service/function view support #1868.