Skip to content

Commit

Permalink
Update profiler and snapshot endpoints
Browse files Browse the repository at this point in the history
Fixes #2166
  • Loading branch information
pharring committed Feb 5, 2021
1 parent 7223ab5 commit 3d328b3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ internal static class Constants
internal const string DefaultLiveMetricsEndpoint = "https://rt.services.visualstudio.com/";

/// <summary>Default endpoint for Profiler.</summary>
internal const string DefaultProfilerEndpoint = "https://agent.azureserviceprofiler.net/";
internal const string DefaultProfilerEndpoint = "https://profiler.monitor.azure.com/";

/// <summary>Default endpoint for Snapshot Debugger.</summary>
internal const string DefaultSnapshotEndpoint = "https://agent.azureserviceprofiler.net/";
internal const string DefaultSnapshotEndpoint = "https://snapshot.monitor.azure.com/";

/// <summary>Sub-domain for Ingestion endpoint (aka Breeze). (https://dc.applicationinsights.azure.com/).</summary>
internal const string IngestionPrefix = "dc";
Expand Down
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Changelog

## VNext
[Fix: telemetry parent id when using W3C activity format in TelemetryDiagnosticSourceListener](https://github.com/microsoft/ApplicationInsights-dotnet/issues/2142)
[Add ingestion response duration for transmission to data delivery status - TransmissionStatusEventArgs](https://github.com/microsoft/ApplicationInsights-dotnet/pull/2157)
- [Fix: telemetry parent id when using W3C activity format in TelemetryDiagnosticSourceListener](https://github.com/microsoft/ApplicationInsights-dotnet/issues/2142)
- [Add ingestion response duration for transmission to data delivery status - TransmissionStatusEventArgs](https://github.com/microsoft/ApplicationInsights-dotnet/pull/2157)
- [Update default Profiler and Snapshot Debugger endpoints](https://github.com/microsoft/ApplicationInsights-dotnet/issues/2166)

## Version 2.17.0-beta1
- [Fix: Missing Dependencies when using Microsoft.Data.SqlClient v2.0.0](https://github.com/microsoft/ApplicationInsights-dotnet/issues/2032)
Expand Down

0 comments on commit 3d328b3

Please sign in to comment.