Skip to content

Commit f93c5c7

Browse files
committed
Updating new article
1 parent 23f5c89 commit f93c5c7

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

articles/azure-monitor/app/data-model-complete.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -422,16 +422,17 @@ Learn how to use [Application Insights API for custom events and metrics](./api-
422422
- [Custom metric telemetry](./api-custom-events-metrics.md#trackmetric)
423423

424424
Set up dependency tracking for:
425-
- [.NET](./asp-net-dependencies.md).
425+
- [.NET](./asp-net-dependencies.md)
426426
- [Java](./opentelemetry-enable.md?tabs=java)
427427

428428
Learn more:
429-
- Use [sampling](./sampling.md) to minimize the amount of telemetry based on data model.
429+
430430
- Check out [platforms](./app-insights-overview.md#supported-languages) supported by Application Insights.
431+
- Check out standard context properties collection [configuration](./configuration-with-applicationinsights-config.md#telemetry-initializers-aspnet).
432+
- Explore [.NET trace logs in Application Insights](./asp-net-trace-logs.md).
433+
- Explore [Java trace logs in Application Insights](./opentelemetry-enable.md?tabs=java#logs).
434+
- Learn about [Azure Functions' built-in integration with Application Insights](../../azure-functions/functions-monitoring.md?toc=/azure/azure-monitor/toc.json).
431435
- Learn how to [configure an ASP.NET Core](./asp-net.md) application with Application Insights.
432436
- Learn how to [diagnose exceptions in your web apps with Application Insights](./asp-net-exceptions.md).
433437
- Learn how to [extend and filter telemetry](./api-filtering-sampling.md).
434-
- Explore [.NET trace logs in Application Insights](./asp-net-trace-logs.md).
435-
- Explore [Java trace logs in Application Insights](./opentelemetry-enable.md?tabs=java#logs).
436-
- Check out standard context properties collection [configuration](./configuration-with-applicationinsights-config.md#telemetry-initializers-aspnet).
437-
- Learn about [Azure Functions' built-in integration with Application Insights](../../azure-functions/functions-monitoring.md?toc=/azure/azure-monitor/toc.json).
438+
- Use [sampling](./sampling.md) to minimize the amount of telemetry based on data model.

0 commit comments

Comments
 (0)