@@ -60,26 +60,44 @@ To use the SDK, you install a small instrumentation package in your app and then
60
60
61
61
Refer to the decision tree below to see what is available to instrument your app.
62
62
63
- <!-- TODO: Insert tabbed decision tree -->
64
-
65
63
### [ .NET] ( #tab/net )
66
64
67
- :::image type="content" source="media/app-insights-overview/instrumentation-decision-tree-dotnet.png " alt-text="A decision tree providing .NET instrumentation guidance." lightbox="media/app-insights-overview/instrumentation-decision-tree-dotnet.png ":::
65
+ :::image type="content" source="media/app-insights-overview/instrumentation-decision-tree-dotnet.svg " alt-text="A decision tree providing .NET instrumentation guidance." lightbox="media/app-insights-overview/instrumentation-decision-tree-dotnet.svg ":::
68
66
67
+ Links:
68
+ - [ Azure Application Insights libraries for .NET] ( https://docs.microsoft.com/dotnet/api/overview/azure/insights )
69
+ - [ Deploy the Azure Monitor Application Insights Agent on Azure virtual machines and Azure virtual machine scale sets] ( azure-vm-vmss-apps.md )
70
+ - [ Deploy Azure Monitor Application Insights Agent for on-premises servers] ( status-monitor-v2-overview.md )
71
+
69
72
### [ Java] ( #tab/java )
70
73
71
- :::image type="content" source="media/app-insights-overview/instrumentation-decision-tree-java.png" alt-text="A decision tree providing Java instrumentation guidance." lightbox="media/app-insights-overview/instrumentation-decision-tree-java.png":::
74
+ :::image type="content" source="media/app-insights-overview/instrumentation-decision-tree-java.svg" alt-text="A decision tree providing Java instrumentation guidance." lightbox="media/app-insights-overview/instrumentation-decision-tree-java.svg":::
75
+
76
+ Links:
77
+ - [ Azure Monitor OpenTelemetry-based auto-instrumentation for Java applications] ( java-in-process-agent.md )
78
+
72
79
### [ Node.js] ( #tab/nodejs )
73
80
74
- :::image type="content" source="media/app-insights-overview/instrumentation-decision-tree-node.png" alt-text="A decision tree providing Node instrumentation guidance." lightbox="media/app-insights-overview/instrumentation-decision-tree-node.png":::
81
+ :::image type="content" source="media/app-insights-overview/instrumentation-decision-tree-node.svg" alt-text="A decision tree providing Node instrumentation guidance." lightbox="media/app-insights-overview/instrumentation-decision-tree-node.svg":::
82
+
83
+ Links:
84
+ - [ Enable Azure Monitor OpenTelemetry Exporter for .NET, Node.js, and Python applications] ( opentelemetry-enable.md )
85
+ - [ Monitor your Node.js services and apps with Application Insights] ( nodejs.md )
75
86
76
87
### [ JavaScript] ( #tab/javascript )
77
88
78
- :::image type="content" source="media/app-insights-overview/instrumentation-decision-tree-js.png" alt-text="A decision tree providing JavaScript instrumentation guidance." lightbox="media/app-insights-overview/instrumentation-decision-tree-js.png":::
89
+ :::image type="content" source="media/app-insights-overview/instrumentation-decision-tree-js.svg" alt-text="A decision tree providing JavaScript instrumentation guidance." lightbox="media/app-insights-overview/instrumentation-decision-tree-js.svg":::
90
+
91
+ Links:
92
+ - [ Application Insights for webpages] ( javascript.md )
79
93
80
94
### [ Python] ( #tab/python )
81
95
82
- :::image type="content" source="media/app-insights-overview/instrumentation-decision-tree-python.png" alt-text="A decision tree providing Python instrumentation guidance." lightbox="media/app-insights-overview/instrumentation-decision-tree-python.png":::
96
+ :::image type="content" source="media/app-insights-overview/instrumentation-decision-tree-python.svg" alt-text="A decision tree providing Python instrumentation guidance." lightbox="media/app-insights-overview/instrumentation-decision-tree-python.svg":::
97
+
98
+ Links:
99
+ - [ Enable Azure Monitor OpenTelemetry Exporter for .NET, Node.js, and Python applications] ( opentelemetry-enable.md )
100
+ - [ Set up Azure Monitor for your Python application] ( opencensus-python.md )
83
101
84
102
---
85
103
0 commit comments