Skip to content

Commit

Permalink
move profiler out of app insights
Browse files Browse the repository at this point in the history
  • Loading branch information
hhunter-ms committed May 27, 2022
1 parent db33591 commit abfba77
Show file tree
Hide file tree
Showing 80 changed files with 92 additions and 31 deletions.
60 changes: 60 additions & 0 deletions .openpublishing.redirection.azure-monitor.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,65 @@
{
"redirections": [
{
"source_path_from_root": "/articles/azure-monitor/app/profiler.md",
"redirect_url": "/azure/azure-monitor/profiler/profiler",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/azure-monitor/app/profiler-aspnetcore-linux.md",
"redirect_url": "/azure/azure-monitor/profiler/profiler-aspnetcore-linux",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/azure-monitor/app/profiler-azure-functions.md",
"redirect_url": "/azure/azure-monitor/profiler/profiler-azure-functions",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/azure-monitor/app/profiler-bring-your-own-storage.md",
"redirect_url": "/azure/azure-monitor/profiler/profiler-bring-your-own-storage",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/azure-monitor/app/profiler-cloudservice.md",
"redirect_url": "/azure/azure-monitor/profiler/profiler-cloudservice",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/azure-monitor/app/profiler-containers.md",
"redirect_url": "/azure/azure-monitor/profiler/profiler-containers",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/azure-monitor/app/profiler-overview.md",
"redirect_url": "/azure/azure-monitor/profiler/profiler-overview",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/azure-monitor/app/profiler-servicefabric.md",
"redirect_url": "/azure/azure-monitor/profiler/profiler-servicefabric",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/azure-monitor/app/profiler-settings.md",
"redirect_url": "/azure/azure-monitor/profiler/profiler-settings",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/azure-monitor/app/profiler-trackrequests.md",
"redirect_url": "/azure/azure-monitor/profiler/profiler-trackrequests",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/azure-monitor/app/profiler-troubleshooting.md",
"redirect_url": "/azure/azure-monitor/profiler/profiler-troubleshooting",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/azure-monitor/app/profiler-vm.md",
"redirect_url": "/azure/azure-monitor/profiler/profiler-vm",
"redirect_document_id": false
},
{
"source_path_from_root": "/articles/azure-monitor/app/app-insights-dashboards.md",
"redirect_url": "/azure/azure-monitor/app/overview-dashboard",
Expand Down
File renamed without changes.
File renamed without changes.
62 changes: 31 additions & 31 deletions articles/azure-monitor/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1004,37 +1004,6 @@ items:
href: app/standard-metrics.md
- name: Transaction search
href: app/diagnostic-search.md
- name: Profiler
items:
- name: Overview
displayName: profiling, debugging, code performance, perf
href: app/profiler-overview.md
- name: Enable Profiler
items:
- name: App Service
href: app/profiler.md
- name: Azure Functions app
href: app/profiler-azure-functions.md
- name: Cloud Service
href: app/profiler-cloudservice.md
- name: Service Fabric Application
href: app/profiler-servicefabric.md
- name: Azure VM
href: app/profiler-vm.md
- name: Linux App services (preview)
href: app/profiler-aspnetcore-linux.md
- name: ASP.NET Core Container
href: app/profiler-containers.md
- name: Configure
items:
- name: Configure Profiler
href: app/profiler-settings.md
- name: Configure BYOS (Bring Your Own Storage)
href: app/profiler-bring-your-own-storage.md
- name: Track Requests
href: app/profiler-trackrequests.md
- name: Troubleshooting
href: app/profiler-troubleshooting.md
- name: Snapshot Debugger
items:
- name: Overview
Expand Down Expand Up @@ -1176,6 +1145,37 @@ items:
href: app/sharepoint.md
- name: Windows desktop
href: app/windows-desktop.md
- name: Profiler
items:
- name: Overview
displayName: profiling, debugging, code performance, perf
href: app/profiler-overview.md
- name: Enable Profiler
items:
- name: App Service
href: app/profiler.md
- name: Azure Functions app
href: app/profiler-azure-functions.md
- name: Cloud Service
href: app/profiler-cloudservice.md
- name: Service Fabric Application
href: app/profiler-servicefabric.md
- name: Azure VM
href: app/profiler-vm.md
- name: Linux App services (preview)
href: app/profiler-aspnetcore-linux.md
- name: ASP.NET Core Container
href: app/profiler-containers.md
- name: Configure
items:
- name: Configure Profiler
href: app/profiler-settings.md
- name: Configure BYOS (Bring Your Own Storage)
href: app/profiler-bring-your-own-storage.md
- name: Track Requests
href: app/profiler-trackrequests.md
- name: Troubleshooting
href: app/profiler-troubleshooting.md
- name: Change Analysis
items:
- name: Overview
Expand Down
1 change: 1 addition & 0 deletions docfx.json
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,7 @@
"articles/azure-monitor/*.md": "bwren",
"articles/azure-monitor/insights/*.md": "bwren",
"articles/azure-monitor/logs/*.md": "guywi-ms",
"articles/azure-monitor/profiler/*.md": "hhunter-ms",
"articles/azure-monitor/visualize/**/*.md": "rboucher",
"articles/azure-monitor/vm/*.md": "bwren",
"articles/azure-portal/**/*.md": "JnHs",
Expand Down

0 comments on commit abfba77

Please sign in to comment.