Overview of OpenTelemetry GraalVM Native Image Support
masterThis project provides GraalVM native image support for OpenTelemetry-java-instrumentation 1.32.0. It enables building native images for applications that use the OpenTelemetry (OT) Java agent.
It addresses two limitations in the standard GraalVM agent support:
premainactions: Provides a native version of the OT agentpremainvia GraalVM's substitution mechanism to handle initialization without bytecode transformation.- JDK class modifications: Provides native image runtime versions of JDK transformations to avoid conflicts with GraalVM's own internal modifications.