Skip to content

Commit 139bf3b

Browse files
Merge pull request #269384 from AaronMaxwell/aaronmax-otel-samples
Adding centralized samples location
2 parents 90121c7 + 14ba802 commit 139bf3b

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

articles/azure-monitor/app/opentelemetry-enable.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,32 @@ Application Insights is now enabled for your application. All the following step
288288
289289
As part of using Application Insights instrumentation, we collect and send diagnostic data to Microsoft. This data helps us run and improve Application Insights. To learn more, see [Statsbeat in Azure Application Insights](./statsbeat.md).
290290

291+
## Samples
292+
293+
Azure Monitor OpenTelemetry sample applications are available for all supported languages.
294+
295+
#### [ASP.NET Core](#tab/aspnetcore)
296+
297+
- [ASP.NET Core sample app](https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/monitor/Azure.Monitor.OpenTelemetry.AspNetCore/tests/Azure.Monitor.OpenTelemetry.AspNetCore.Demo)
298+
299+
##### [.NET](#tab/net)
300+
301+
- [NET sample app](https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/monitor/Azure.Monitor.OpenTelemetry.Exporter/tests/Azure.Monitor.OpenTelemetry.Exporter.Demo)
302+
303+
##### [Java](#tab/java)
304+
305+
- [Java sample apps](https://github.com/Azure-Samples/ApplicationInsights-Java-Samples)
306+
307+
##### [Node.js](#tab/nodejs)
308+
309+
- [Node.js sample app](https://github.com/Azure-Samples/azure-monitor-opentelemetry-node.js)
310+
311+
##### [Python](#tab/python)
312+
313+
- [Python sample apps](https://github.com/Azure/azure-sdk-for-python/tree/main/sdk/monitor/azure-monitor-opentelemetry/samples)
314+
315+
---
316+
291317
## Next steps
292318

293319
### [ASP.NET Core](#tab/aspnetcore)

0 commit comments

Comments
 (0)