2.6.0-beta3 (2.6.0.15165)
Pre-release
Pre-release
- Report internal errors from Microsoft.AspNet.TelemteryCorrelation module
- Fix: Telemetry tracked with StartOperation is tracked outside of corresponding activity's scope
- Fix: TelemetryProcessor chain building should also initialize Modules.
- Fix: Wrong error message in AutocollectedMetricsExtractor.
- NEW: Interface and Configuration: IApplicationIdProvider.
- NEW: Metrics Pre-Aggregation: New
TelemetryClient.GetMetric(..).TrackValue(..)
and related APIs always locally pre-aggregate metrics before sending. They are replacing the legacyTelemetryClient.TrackMetric(..)
APIs. (More info.)