Skip to content

config: add support for configuring custom log/span processors #6862

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
vigneshshanmugam opened this issue Feb 28, 2025 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@vigneshshanmugam
Copy link

vigneshshanmugam commented Feb 28, 2025

Problem Statement

Configuring custom span/log processors via the config doesn't currently work, This is required for enhancing the telemetry for the OTel collector

We can also extend the config to add support for the metric processors once the spec open-telemetry/opentelemetry-specification#4298 lands.

Proposed Solution

Use the processors from the configuration in addition to the built in simple/batch processors and set the processors based on the order they are configured. Follow the defined spec - https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/configuration/sdk.md

Alternatives

None

Additional Context

See the discussion - open-telemetry/opentelemetry-collector#12316

@vigneshshanmugam vigneshshanmugam added the enhancement New feature or request label Feb 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant