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

filters: add extra logging, fix filters config updates #23

Merged
merged 7 commits into from
Sep 10, 2024

Conversation

Augustyniak
Copy link
Contributor

  1. Fix propagation of filters configuration updates
  2. add extra logging for improved debugability.

@@ -164,6 +164,7 @@ impl ProcessingPipeline {
self.buffer_selector = config.buffer_selector;
self.buffer_producers = config.buffer_producers;
self.tail_configs = config.tail_configs;
self.filter_chain = config.filter_chain;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this was missing, it made is so that filters config update that happened while SDK was up and running were effectively invisible to the SDK until the next relaunch.

@Augustyniak Augustyniak enabled auto-merge (squash) September 10, 2024 17:57
@Augustyniak Augustyniak merged commit f311f74 into main Sep 10, 2024
5 checks passed
@Augustyniak Augustyniak deleted the add-extra-logging-to-filters branch September 10, 2024 18:01
@github-actions github-actions bot locked and limited conversation to collaborators Sep 10, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants