You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 26, 2024. It is now read-only.
Thought it would be nice to share this since it took some figuring and it's super useful. Spring boot has a spring-boot:build-image command that can be modified to have this buildpack participate. This is a request to add an example of this usage to the repo's readme. I've documented what I know here:
Multiple buildpack support was added in Spring Boot 2.5.0 (this SB version also requires you update your spring cloud if using that too). By doing the following in pom.xml, you can get this working with maven and SB.
You also need to create a binding directory with the file type (no filename extension) and the contents DatadogTrace. You can optionally create properties or YAML file to list out options like dd.service, or (IIUC) you can use env variables at runtime
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Thought it would be nice to share this since it took some figuring and it's super useful. Spring boot has a
spring-boot:build-image
command that can be modified to have this buildpack participate. This is a request to add an example of this usage to the repo's readme. I've documented what I know here:Multiple buildpack support was added in Spring Boot 2.5.0 (this SB version also requires you update your spring cloud if using that too). By doing the following in
pom.xml
, you can get this working with maven and SB.You also need to create a
binding
directory with the filetype
(no filename extension) and the contentsDatadogTrace
. You can optionally create properties or YAML file to list out options like dd.service, or (IIUC) you can use env variables at runtimeThe text was updated successfully, but these errors were encountered: