@axw, I think we should also make it possible to
which could theoretically be done with the minsev processor, but that's not available through otelconf.
I think we need to add the following functionality: https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/configuration/sdk.md#register-componentprovider
Originally posted by @pellared in #7549
This feature would have to be split into multiple sub-issues/PRs that would include:
This feature must support registration (and later resolving) of components which contain other components (such as minsev which wraps another log processor.
I think we need to add the following functionality: https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/configuration/sdk.md#register-componentprovider
Originally posted by @pellared in #7549
This feature would have to be split into multiple sub-issues/PRs that would include:
Registerfunction that registers a new "parser" for a componentautoexport)This feature must support registration (and later resolving) of components which contain other components (such as
minsevwhich wraps another log processor.