Skip to content

Commit be75949

Browse files
committed
Reverting previous changes and fixing formatting
1 parent e8ebe39 commit be75949

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

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

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Follow the steps in this section to instrument your application with OpenTelemet
4646

4747
- A Java application using Java 8+
4848

49-
### [Java Native](#tab/javanative)
49+
### [Java Native](#tab/java-native)
5050

5151
- A Java application using GraalVM 17+
5252

@@ -97,7 +97,7 @@ Download the [applicationinsights-agent-3.5.3.jar](https://github.com/microsoft/
9797
> [3.1.0](https://github.com/microsoft/ApplicationInsights-Java/releases/tag/3.1.0)
9898
9999

100-
#### [Java Native](#tab/javanative)
100+
#### [Java Native](#tab/java-native)
101101

102102
For Spring Boot native applications:
103103
* [Import the OpenTelemetry Bills of Materials (BOM)](https://opentelemetry.io/docs/zero-code/java/spring-boot-starter/getting-started/).
@@ -218,7 +218,7 @@ Point the Java virtual machine (JVM) to the jar file by adding `-javaagent:"path
218218
> If you develop a Spring Boot application, you can optionally replace the JVM argument by a programmatic configuration. For more information, see [Using Azure Monitor Application Insights with Spring Boot](./java-spring-boot.md).
219219
220220

221-
##### [Java Native](#tab/javanative)
221+
##### [Java Native](#tab/java-native)
222222

223223
Several automatic instrumentations are enabled through configuration changes; no code changes are required
224224

@@ -327,7 +327,7 @@ Azure Monitor OpenTelemetry sample applications are available for all supported
327327

328328
- [Java sample apps](https://github.com/Azure-Samples/ApplicationInsights-Java-Samples)
329329

330-
##### [Java Native](#tab/javanative)
330+
##### [Java Native](#tab/java-native)
331331

332332
- [Java GraalVM native sample apps](https://github.com/Azure-Samples/java-native-telemetry)
333333

@@ -372,8 +372,7 @@ Azure Monitor OpenTelemetry sample applications are available for all supported
372372
- Enable usage experiences by seeing [Enable web or browser user monitoring](javascript.md).
373373
- Review the [release notes](https://github.com/microsoft/ApplicationInsights-Java/releases) on GitHub.
374374

375-
### [Java Native](#tab/javanative)
376-
375+
### [Java Native](#tab/java-native)
377376
- See [Add and modify Azure Monitor OpenTelemetry](opentelemetry-add-modify.md) for details on adding and modifying Azure Monitor OpenTelemetry.
378377
- Review the source code in the [Azure Monitor OpenTelemetry Distro in Spring Boot native image Java application](https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/spring/spring-cloud-azure-starter-monitor) and [Quarkus OpenTelemetry Exporter for Azure](https://github.com/quarkiverse/quarkus-opentelemetry-exporter/tree/main/quarkus-opentelemetry-exporter-azure).
379378
- Learn more about OpenTelemetry and its community in the [OpenTelemetry Java GitHub repository](https://github.com/open-telemetry/opentelemetry-java-instrumentation).

0 commit comments

Comments
 (0)