Skip to content
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

fix: Swap custom and transform processors in pipeline #255

Merged
merged 1 commit into from
Nov 12, 2024

Commits on Nov 12, 2024

  1. fix: Swap transform/object and observek8sattributes processors

    The observek8sattributes processor might edit the log body in-place,
    which might affect the value of facets computed by transform/object.
    
    Therefore, we swap the two processors in the pipeline to make sure
    observek8sattributes always acts before transform/object.
    obs-gh-enricogiorio committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    c98d16e View commit details
    Browse the repository at this point in the history