Skip to content

Commit 35516f7

Browse files
Merge pull request #242638 from AaronMaxwell/aaronmax-otel-add-modify
Breaking out add/modify to a new article
2 parents 220a687 + 8f2fd42 commit 35516f7

12 files changed

+1919
-1851
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ This section lists all supported platforms and frameworks.
149149
### Logging frameworks
150150
* [ILogger](./ilogger.md)
151151
* [Log4Net, NLog, or System.Diagnostics.Trace](./asp-net-trace-logs.md)
152-
* [Log4J, Logback, or java.util.logging](./opentelemetry-enable.md?tabs=java#logs)
152+
* [Log4J, Logback, or java.util.logging](./opentelemetry-add-modify.md?tabs=java#logs)
153153
* [LogStash plug-in](https://github.com/Azure/azure-diagnostics-tools/tree/master/Logstash/logstash-output-applicationinsights)
154154
* [Azure Monitor](/archive/blogs/msoms/application-insights-connector-in-oms)
155155

articles/azure-monitor/app/asp-net-dependencies.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ Below is the currently supported list of dependency calls that are automatically
256256
### Java
257257

258258
See the list of Application Insights Java's
259-
[autocollected dependencies](opentelemetry-enable.md?tabs=java#included-instrumentation-libraries).
259+
[autocollected dependencies](opentelemetry-add-modify.md?tabs=java#included-instrumentation-libraries).
260260

261261
### Node.js
262262

@@ -273,7 +273,7 @@ A list of the latest [currently supported modules](https://github.com/microsoft/
273273
* [Exceptions](./asp-net-exceptions.md)
274274
* [User and page data](./javascript.md)
275275
* [Availability](./availability-overview.md)
276-
* Set up custom dependency tracking for [Java](opentelemetry-enable.md?tabs=java#add-custom-spans).
276+
* Set up custom dependency tracking for [Java](opentelemetry-add-modify.md?tabs=java#add-custom-spans).
277277
* Set up custom dependency tracking for [OpenCensus Python](./opencensus-python-dependency.md).
278278
* [Write custom dependency telemetry](./api-custom-events-metrics.md#trackdependency)
279279
* See [data model](./data-model-complete.md) for Application Insights types and data model.

articles/azure-monitor/app/azure-web-apps-java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Monitoring of your Java web applications running on [Azure App Services](../../a
1616

1717
The recommended way to enable application monitoring for Java applications running on Azure App Services is through Azure portal.
1818
Turning on application monitoring in Azure portal will automatically instrument your application with Application Insights, and doesn't require any code changes.
19-
You can apply extra configurations, and then based on your specific scenario you [add your own custom telemetry](./opentelemetry-enable.md?tabs=java#modify-telemetry) if needed.
19+
You can apply extra configurations, and then based on your specific scenario you [add your own custom telemetry](./opentelemetry-add-modify.md?tabs=java#modify-telemetry) if needed.
2020

2121
### Auto-instrumentation through Azure portal
2222

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ To learn more:
429429
- Check out [platforms](./app-insights-overview.md#supported-languages) supported by Application Insights.
430430
- Check out standard context properties collection [configuration](./configuration-with-applicationinsights-config.md#telemetry-initializers-aspnet).
431431
- Explore [.NET trace logs in Application Insights](./asp-net-trace-logs.md).
432-
- Explore [Java trace logs in Application Insights](./opentelemetry-enable.md?tabs=java#logs).
432+
- Explore [Java trace logs in Application Insights](./opentelemetry-add-modify.md?tabs=java#logs).
433433
- 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.
434434
- Learn how to [configure an ASP.NET Core](./asp-net.md) application with Application Insights.
435435
- Learn how to [diagnose exceptions in your web apps with Application Insights](./asp-net-exceptions.md).

articles/azure-monitor/app/diagnostic-search.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ The first time you do this step, you're asked to configure a link to your Azure
125125

126126
In addition to the out-of-the-box telemetry sent by Application Insights SDK, you can:
127127

128-
* Capture log traces from your favorite logging framework in [.NET](./asp-net-trace-logs.md) or [Java](./opentelemetry-enable.md?tabs=java#logs). This means you can search through your log traces and correlate them with page views, exceptions, and other events.
128+
* Capture log traces from your favorite logging framework in [.NET](./asp-net-trace-logs.md) or [Java](./opentelemetry-add-modify.md?tabs=java#logs). This means you can search through your log traces and correlate them with page views, exceptions, and other events.
129129

130130
* [Write code](./api-custom-events-metrics.md) to send custom events, page views, and exceptions.
131131

articles/azure-monitor/app/java-standalone-config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ and then at the beginning of each request, call:
254254
Span.current().setAttribute("mycustomer", "xyz");
255255
```
256256

257-
Also see: [Add a custom property to a Span](./opentelemetry-enable.md?tabs=java#add-a-custom-property-to-a-span).
257+
Also see: [Add a custom property to a Span](./opentelemetry-add-modify.md?tabs=java#add-a-custom-property-to-a-span).
258258

259259
## Connection string overrides (preview)
260260

0 commit comments

Comments
 (0)