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

There is no way to add no updaters to a peer in the aggregators section of a yaml configuration #1580

Closed
emdonat opened this issue Jan 15, 2025 · 2 comments
Assignees
Milestone

Comments

@emdonat
Copy link
Collaborator

emdonat commented Jan 15, 2025

When adding an updater for each peer you end up with an output like:

updtr_add name=updtr_0 auto_interval=True interval=1000000 offset=10000
updtr_prdcr_add name=updtr_0 regex=.*
updtr_match_add name=updtr_0 regex=.* match=inst
updtr_start name=updtr_0
updtr_add name=updtr_1 auto_interval=True interval=1000000 offset=10000
updtr_prdcr_add name=updtr_1 regex=.*
updtr_match_add name=updtr_1 regex=.* match=inst
updtr_start name=updtr_1
updtr_add name=updtr_2 auto_interval=True interval=1000000 offset=10000
updtr_prdcr_add name=updtr_2 regex=.*
updtr_match_add name=updtr_2 regex=.* match=inst
updtr_start name=updtr_2
updtr_add name=updtr_3 auto_interval=True interval=1000000 offset=10000
updtr_prdcr_add name=updtr_3 regex=.*
updtr_match_add name=updtr_3 regex=.* match=inst
updtr_start name=updtr_3

Attempting to not submit an updater for a peer gives a key error.

@emdonat emdonat added this to the v4.4.5 milestone Jan 15, 2025
@nick-enoent
Copy link
Collaborator

Addressed in #1581

@tom95858
Copy link
Collaborator

@emdonat, please confirm this is fixed and close this issue if it is resolved.

@emdonat emdonat closed this as completed Jan 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants