I am wondering instead of having it always compiled in ... couldnt we also build this as a loadable module?
my main reason for this question is simple:
the dependency chain does a huge jump when you enable otel support.
and if not everyone needs it, it would be better to be able to load it as a module instead of static linking it. would keep the main package smaller.
I am wondering instead of having it always compiled in ... couldnt we also build this as a loadable module?
my main reason for this question is simple:
the dependency chain does a huge jump when you enable otel support.
and if not everyone needs it, it would be better to be able to load it as a module instead of static linking it. would keep the main package smaller.