gcr.io/paketo-buildpacks/opentelemetry: otel javaagent extension #315
Unanswered
germatpreis
asked this question in
Q&A
Replies: 1 comment
-
So there's no support in the buildpack directly for extensions, but it's possible you may still be able to enable them. How would you enable this extension if you were not using buildpacks? What steps would you take? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I am using the
gcr.io/paketo-buildpacks/opentelemetry
buildpack in myspring-boot
application via thespring-boot-maven-plugin
(see below) and would like to provide an extension to the java agent (which at the moment only attaches some baggage properties to all spans) or if this is not possible, package my extension together with the agent and have the buildpack pull then this artifact from somewhere. I'd like to think this could be a rather standard use case.I have not yet done a deep dive into how buildpacks work in detail - so far I just have been using them for a couple of months without having to know (which is great and I think one of the premises of buildpacks).
Is there any way the
gcr.io/paketo-buildpacks/opentelemetry
can help with that, or could someone point me into the right direction how achieve this?Any help here would be very much appreciated. Also if it just is: you have to read into how buildpacks work.
Current configuration in the
pom.xml
:Beta Was this translation helpful? Give feedback.
All reactions