Skip to content

Commit a51e496

Browse files
authored
Improve Spring Monitor readme (#37492)
1 parent 86b49ba commit a51e496

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

  • sdk
    • monitor/azure-monitor-opentelemetry-exporter
    • spring/spring-cloud-azure-starter-monitor

sdk/monitor/azure-monitor-opentelemetry-exporter/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ For more information, please read [introduction to Application Insights][applica
3030

3131
### Authentication
3232

33-
#### Get the instrumentation key from the portal
33+
#### Get the connection string from the portal
3434

3535
In order to export telemetry data to Azure Monitor, you will need the instrumentation key to your [Application
3636
Insights resource][application_insights_resource]. To get your instrumentation key, go to [Azure Portal][azure_portal],

sdk/spring/spring-cloud-azure-starter-monitor/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Azure Monitor OpenTelemetry Distro / Application Insights in Spring native Java application
22

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.
44

55
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].
66

@@ -109,7 +109,7 @@ dependencyManagement {
109109

110110
### Authentication
111111

112-
#### Get the instrumentation key from the portal
112+
#### Get the connection string from the portal
113113

114114
In order to export telemetry data to Azure Monitor, you will need the connection string to your [Application
115115
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
207207
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).
208208

209209
### 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:
211211

212212
```
213213
mvn -Pnative spring-boot:build-image

0 commit comments

Comments
 (0)