Skip to content

Commit 23f5c89

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

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

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

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -414,15 +414,24 @@ This field represents the node name used for billing purposes. Use it to overrid
414414

415415
## Next steps
416416

417-
- [Write custom telemetry](./api-custom-events-metrics.md).
418-
- Learn how to [extend and filter telemetry](./api-filtering-sampling.md).
417+
Learn how to use [Application Insights API for custom events and metrics](./api-custom-events-metrics.md), including:
418+
- [Custom request telemetry](./api-custom-events-metrics.md#trackrequest)
419+
- [Custom dependency telemetry](./api-custom-events-metrics.md#trackdependency)
420+
- [Custom trace telemetry](./api-custom-events-metrics.md#tracktrace)
421+
- [Custom event telemetry](./api-custom-events-metrics.md#trackevent)
422+
- [Custom metric telemetry](./api-custom-events-metrics.md#trackmetric)
423+
424+
Set up dependency tracking for:
425+
- [.NET](./asp-net-dependencies.md).
426+
- [Java](./opentelemetry-enable.md?tabs=java)
427+
428+
Learn more:
419429
- Use [sampling](./sampling.md) to minimize the amount of telemetry based on data model.
420430
- Check out [platforms](./app-insights-overview.md#supported-languages) supported by Application Insights.
421-
- Set up dependency tracking for [.NET](./asp-net-dependencies.md).
422-
- Set up dependency tracking for [Java](./opentelemetry-enable.md?tabs=java).
423-
- Explore [Java trace logs in Application Insights](./opentelemetry-enable.md?tabs=java#logs).
424431
- Learn how to [configure an ASP.NET Core](./asp-net.md) application with Application Insights.
425432
- Learn how to [diagnose exceptions in your web apps with Application Insights](./asp-net-exceptions.md).
433+
- Learn how to [extend and filter telemetry](./api-filtering-sampling.md).
426434
- 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).
427436
- Check out standard context properties collection [configuration](./configuration-with-applicationinsights-config.md#telemetry-initializers-aspnet).
428437
- Learn about [Azure Functions' built-in integration with Application Insights](../../azure-functions/functions-monitoring.md?toc=/azure/azure-monitor/toc.json).

0 commit comments

Comments
 (0)