Skip to content

Commit

Permalink
Update content/en/blog/2023/spring-native/index.md
Browse files Browse the repository at this point in the history
Co-authored-by: Severin Neumann <[email protected]>
  • Loading branch information
jeanbisutti and svrnm authored Dec 7, 2023
1 parent 2225812 commit 4a70c99
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions content/en/blog/2023/spring-native/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,13 @@ spring.datasource.url=jdbc:otel:h2:mem:db
spring.datasource.driver-class-name=io.opentelemetry.instrumentation.jdbc.OpenTelemetryDriver
```

Feel free to read the
Read the
[documentation](https://opentelemetry.io/docs/instrumentation/java/automatic/spring-boot/)
of the OpenTelemetry starter to learn more. You can also use
of the OpenTelemetry Spring Boot Starter to learn more. You can use
[opentelemetry-java-examples/spring-native](https://github.com/open-telemetry/opentelemetry-java-examples/tree/main/spring-native)
to run a Spring Boot native image application and look at the generated HTTP,
log, and database telemetry data. Note that the OpenTelemetry developers have
also added GraalVM native automatic tests to the OpenTelemetry Java
instrumentation project to detect regressions related to the native mode
execution.
to run a Spring Boot Native Image application and look at the generated logs as well as HTTP and database telemetry data.

Finally, the OpenTelemetry Java contributors have added GraalVM Native automatic tests to the OpenTelemetry Java project to detect regressions related to the native mode execution.

## What’s next?

Expand Down

0 comments on commit 4a70c99

Please sign in to comment.