Application Insights Java 3.2.0-BETA.4
Pre-release
Pre-release
Enhancements:
- Database dependency names are now more concise, e.g.
SELECT mydatabase.mytableinstead ofSELECT 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/pathinstead ofHTTP 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.
Bug Fixes:
- Fix quick pulse memory leak.