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 0df1883 commit 2225812
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions content/en/blog/2023/spring-native/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,9 @@ author: >-
cSpell:ignore: datasource logback bisutti
---

You may know the
[OpenTelemetry Java agent](https://opentelemetry.io/docs/instrumentation/java/automatic/).
However, Java agents are
[not officially supported](https://github.com/oracle/graal/issues/1065) with
GraalVM native images today. This post presents an OpenTelemetry solution to get
telemetry data with Spring Boot native image applications.
The [OpenTelemetry Java Agent]([/docs/instrumentation/java/automatic/](https://opentelemetry.io/docs/instrumentation/java/automatic/)) is a convenient and well-established way to instrument Java applications. However, as of today [it is not possible to use it with GraalVM Native Images](https://github.com/oracle/graal/issues/1065).

Check failure on line 10 in content/en/blog/2023/spring-native/index.md

View workflow job for this annotation

GitHub Actions / TEXT linter

textlint terminology error

Incorrect usage of the term: “Java Agent”, use “Java agent” instead

To provide you with an easy and seamless way for Spring Boot Native Image application nevertheless, the OpenTelemetry Java contributors have improved the existing OpenTelemetry Spring Boot Starter to work well with Spring Boot Native Image applications. Read on to learn more!

## A history of the last months

Expand Down

0 comments on commit 2225812

Please sign in to comment.