Skip to content

Should we update the default endpoints for profiler and snapshot? #2166

Closed

Description

/// <summary>Default endpoint for Profiler.</summary>
internal const string DefaultProfilerEndpoint = "https://agent.azureserviceprofiler.net/";
/// <summary>Default endpoint for Snapshot Debugger.</summary>
internal const string DefaultSnapshotEndpoint = "https://agent.azureserviceprofiler.net/";

Default endpoint for Profiler: https://profiler.monitor.azure.com
Defualt endpoint for Snapshot Debugger: https://snapshot.monitor.azure.com

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

        /// <summary>Default endpoint for Snapshot Debugger.</summary>
        internal const string DefaultSnapshotEndpoint = "https://agent.azureserviceprofiler.net/"; // <--- New default: snapshot.monitor.azure.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions