Skip to content

Commit 6bc6e57

Browse files
authored
Merge pull request #280668 from kainawroth/kainawroth-otel-2
Fixing formatting in OTel docs [from PR #280652]
2 parents 272941a + a2acbcc commit 6bc6e57

File tree

6 files changed

+788
-755
lines changed

6 files changed

+788
-755
lines changed

articles/azure-monitor/app/app-insights-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ This section lists all supported platforms and frameworks.
100100
#### Logging frameworks
101101
* [`ILogger`](./ilogger.md)
102102
* [Log4Net, NLog, or System.Diagnostics.Trace](./asp-net-trace-logs.md)
103-
* [`Log4J`, Logback, or java.util.logging](./opentelemetry-add-modify.md?tabs=java#logs)
103+
* [`Log4J`, Logback, or java.util.logging](./opentelemetry-add-modify.md?tabs=java#send-custom-telemetry-using-the-application-insights-classic-api)
104104
* [LogStash plug-in](https://github.com/Azure/azure-diagnostics-tools/tree/master/Logstash/logstash-output-applicationinsights)
105105
* [Azure Monitor](/archive/blogs/msoms/application-insights-connector-in-oms)
106106

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

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -425,24 +425,24 @@ This can occur if you're using string values. Only numeric values work with cust
425425
## Next steps
426426

427427
Learn how to use the [Application Insights API for custom events and metrics](./api-custom-events-metrics.md), including:
428-
- [Custom request telemetry](./api-custom-events-metrics.md#trackrequest)
429-
- [Custom dependency telemetry](./api-custom-events-metrics.md#trackdependency)
430-
- [Custom trace telemetry](./api-custom-events-metrics.md#tracktrace)
431-
- [Custom event telemetry](./api-custom-events-metrics.md#trackevent)
432-
- [Custom metric telemetry](./api-custom-events-metrics.md#trackmetric)
428+
* [Custom request telemetry](./api-custom-events-metrics.md#trackrequest)
429+
* [Custom dependency telemetry](./api-custom-events-metrics.md#trackdependency)
430+
* [Custom trace telemetry](./api-custom-events-metrics.md#tracktrace)
431+
* [Custom event telemetry](./api-custom-events-metrics.md#trackevent)
432+
* [Custom metric telemetry](./api-custom-events-metrics.md#trackmetric)
433433

434434
Set up dependency tracking for:
435-
- [.NET](./asp-net-dependencies.md)
436-
- [Java](./opentelemetry-enable.md?tabs=java)
435+
* [.NET](./asp-net-dependencies.md)
436+
* [Java](./opentelemetry-enable.md?tabs=java)
437437

438438
To learn more:
439439

440-
- Check out [platforms](./app-insights-overview.md#supported-languages) supported by Application Insights.
441-
- Check out standard context properties collection [configuration](./configuration-with-applicationinsights-config.md#telemetry-initializers-aspnet).
442-
- Explore [.NET trace logs in Application Insights](./asp-net-trace-logs.md).
443-
- Explore [Java trace logs in Application Insights](./opentelemetry-add-modify.md?tabs=java#logs).
444-
- Learn about the [Azure Functions built-in integration with Application Insights](../../azure-functions/functions-monitoring.md?toc=/azure/azure-monitor/toc.json) to monitor functions executions.
445-
- Learn how to [configure an ASP.NET Core](./asp-net.md) application with Application Insights.
446-
- Learn how to [diagnose exceptions in your web apps with Application Insights](./asp-net-exceptions.md).
447-
- Learn how to [extend and filter telemetry](./api-filtering-sampling.md).
448-
- Use [sampling](./sampling.md) to minimize the amount of telemetry based on data model.
440+
* Check out [platforms](./app-insights-overview.md#supported-languages) supported by Application Insights.
441+
* Check out standard context properties collection [configuration](./configuration-with-applicationinsights-config.md#telemetry-initializers-aspnet).
442+
* Explore [.NET trace logs in Application Insights](./asp-net-trace-logs.md).
443+
* Explore [Java trace logs in Application Insights](./opentelemetry-add-modify.md?tabs=java#send-custom-telemetry-using-the-application-insights-classic-api).
444+
* Learn about the [Azure Functions built-in integration with Application Insights](../../azure-functions/functions-monitoring.md?toc=/azure/azure-monitor/toc.json) to monitor functions executions.
445+
* Learn how to [configure an ASP.NET Core](./asp-net.md) application with Application Insights.
446+
* Learn how to [diagnose exceptions in your web apps with Application Insights](./asp-net-exceptions.md).
447+
* Learn how to [extend and filter telemetry](./api-filtering-sampling.md).
448+
* Use [sampling](./sampling.md) to minimize the amount of telemetry based on data model.

0 commit comments

Comments
 (0)