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-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Azure Monitor OpenTelemetry Distro / Application Insights in Spring native Java application
2
2
3
-
This Spring Boot starter provides telemetry data to Azure Monitor for Spring Boot applications and GraalVM native images.
3
+
This Spring Boot starter provides telemetry data to Azure Monitor for Spring Boot applications running on GraalVM native image.
4
4
5
5
For a Spring Boot application running on a JVM (not with a GraalVM native image), we recommend using the [Application Insights Java agent][application_insights_java_agent_spring_boot].
6
6
@@ -109,7 +109,7 @@ dependencyManagement {
109
109
110
110
### Authentication
111
111
112
-
#### Get the instrumentation key from the portal
112
+
#### Get the connection string from the portal
113
113
114
114
In order to export telemetry data to Azure Monitor, you will need the connection string to your [Application
115
115
Insights resource][application_insights_resource]. Go to [Azure Portal][azure_portal],
@@ -207,7 +207,7 @@ You can find additional settings of the OpenTelemetry Logback appender [here](ht
207
207
You can configure additional instrumentations with [OpenTelemetry instrumentations libraries](https://github.com/open-telemetry/opentelemetry-java-instrumentation/blob/main/docs/supported-libraries.md#libraries--frameworks).
208
208
209
209
### Build your Spring native application
210
-
At this step, you can build your application as a native image and start the native image:
210
+
At this step, you can build your application as a GraalVM native image and start it:
0 commit comments