Skip to content

Commit

Permalink
Remove unneeded native image section from Stackdriver docs
Browse files Browse the repository at this point in the history
The mentioned library is no longer needed when using recent versions.

Resolves gh-5819
  • Loading branch information
shakuzen committed Jan 23, 2025
1 parent d645839 commit 13f265e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docs/modules/ROOT/pages/implementations/stackdriver.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,3 @@ You can also use https://docs.spring.io/spring-boot/docs/current/reference/html/
spring.application.name=my-application
management.metrics.tags.application=${spring.application.name}
----

== GraalVM native image compilation

To compile an application by using `micrometer-registry-stackdriver` to a https://www.graalvm.org/reference-manual/native-image/[native image using GraalVM], add the https://github.com/GoogleCloudPlatform/native-image-support-java[native-image-support-java] library as a dependency. Doing so ensures that the correct native image configuration is available and avoids errors like `Classes that should be initialized at run time got initialized during image building`.

0 comments on commit 13f265e

Please sign in to comment.