Configuring exporters after installation #2802
Unanswered
kenfinnigan
asked this question in
Q&A
Replies: 1 comment 6 replies
-
Why is it necessary to do some setup steps earlier? |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
With Quarkus and GraalVM it's possible to build native images from Java applications, which enables lots of things to happen during the build that normally happens at runtime.
From a look through the docs and code, it currently doesn't appear to be possible to have code adding a Jaeger exporter, for instance, to the SDK but the configuration of where that exporter sends the spans to be defined later. Or even the ability to disable an exporter with runtime configuration.
A "config comes later" type ability is probably needed for several areas, this was just the first one I encountered.
If there's interest in this, and it's not currently possible today, I can raise an issue. But I wanted to ask here first.
Beta Was this translation helpful? Give feedback.
All reactions