You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sdk/spring/spring-cloud-azure-starter-monitor/README.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,10 +19,9 @@ For more information, please read [introduction to Application Insights][applica
19
19
20
20
### Build update
21
21
22
-
#### OpenTelemetry configuration
22
+
#### OpenTelemetry dependency management
23
23
24
-
Import the OpenTelemetry Bills of Materials (BOM)
25
-
by [following the OpenTelemetry documentation](https://opentelemetry.io/docs/instrumentation/java/automatic/spring-boot/#dependency-management).
24
+
Follow these [OpenTelemetry instructions](https://opentelemetry.io/docs/zero-code/java/spring-boot-starter/getting-started/#dependency-management) on dependency management.
26
25
27
26
#### Add monitoring dependency
28
27
@@ -55,7 +54,7 @@ You can then configure the connection string in two different ways:
55
54
56
55
The [Application Map](https://learn.microsoft.com/azure/azure-monitor/app/app-map?tabs=net#set-or-override-cloud-role-name) uses the cloud role name to identify components on the map.
57
56
58
-
You can set the cloud role name with the `spring.application.name` property. You have other options to set the cloud role role: see how to set the service name in the [OpenTelemetry documentation](https://opentelemetry.io/docs/languages/java/automatic/spring-boot/).
57
+
You can set the cloud role name with the `spring.application.name` property. You have other options to set the cloud role role: see how to set the service name in the [OpenTelemetry documentation](https://opentelemetry.io/docs/zero-code/java/spring-boot-starter/sdk-configuration/#service-name).
59
58
60
59
### Build your Spring native application
61
60
At this step, you can build your Spring Boot native image application and start it:
0 commit comments