Skip to content

Commit

Permalink
Merge branch '1.13.x' into 1.14.x
Browse files Browse the repository at this point in the history
  • Loading branch information
shakuzen committed Jan 23, 2025
2 parents c0a3573 + 13f265e commit 5d3441a
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 5d3441a

Please sign in to comment.