Skip to content

Commit

Permalink
Improve Spring Monitor readme (#37492)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanbisutti committed Nov 3, 2023
1 parent 86b49ba commit a51e496
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion sdk/monitor/azure-monitor-opentelemetry-exporter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ For more information, please read [introduction to Application Insights][applica

### Authentication

#### Get the instrumentation key from the portal
#### Get the connection string from the portal

In order to export telemetry data to Azure Monitor, you will need the instrumentation key to your [Application
Insights resource][application_insights_resource]. To get your instrumentation key, go to [Azure Portal][azure_portal],
Expand Down
6 changes: 3 additions & 3 deletions sdk/spring/spring-cloud-azure-starter-monitor/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Azure Monitor OpenTelemetry Distro / Application Insights in Spring native Java application

This Spring Boot starter provides telemetry data to Azure Monitor for Spring Boot applications and GraalVM native images.
This Spring Boot starter provides telemetry data to Azure Monitor for Spring Boot applications running on GraalVM native image.

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

Expand Down Expand Up @@ -109,7 +109,7 @@ dependencyManagement {

### Authentication

#### Get the instrumentation key from the portal
#### Get the connection string from the portal

In order to export telemetry data to Azure Monitor, you will need the connection string to your [Application
Insights resource][application_insights_resource]. Go to [Azure Portal][azure_portal],
Expand Down Expand Up @@ -207,7 +207,7 @@ You can find additional settings of the OpenTelemetry Logback appender [here](ht
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).

### Build your Spring native application
At this step, you can build your application as a native image and start the native image:
At this step, you can build your application as a GraalVM native image and start it:

```
mvn -Pnative spring-boot:build-image
Expand Down

0 comments on commit a51e496

Please sign in to comment.