Skip to content

Commit

Permalink
Add native build properties
Browse files Browse the repository at this point in the history
  • Loading branch information
making committed Feb 3, 2025
1 parent 7fd9f52 commit 2480658
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,19 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<executions>
<execution>
<id>process-aot</id>
<configuration>
<systemPropertyVariables>
<management.otlp.tracing.endpoint>
http://otel-collector.opentelemetry.svc.cluster.local:4318/v1/traces
</management.otlp.tracing.endpoint>
<management.otlp.logs.endpoint>
http://otel-collector.opentelemetry.svc.cluster.local:4318/v1/logs
</management.otlp.logs.endpoint>
</systemPropertyVariables>
</configuration>
</execution>
<execution>
<goals>
<goal>build-info</goal>
Expand Down

0 comments on commit 2480658

Please sign in to comment.