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

Allow Ignore of Specific Scope(s) #1541

Closed
owine opened this issue Jan 29, 2023 · 2 comments · Fixed by #1800
Closed

Allow Ignore of Specific Scope(s) #1541

owine opened this issue Jan 29, 2023 · 2 comments · Fixed by #1800

Comments

@owine
Copy link

owine commented Jan 29, 2023

Is your feature request related to a problem? Please describe.

When running multiple instances, it would be nice to tell an instance to ignore specific scopes to allow it to coexist with other instances monitoring those scopes.

Example:
Global instance monitoring all containers except the "critical" scope
Critical instance monitoring just "critical" scoped containers

Currently, the global instance must be carefully managed to avoid conflicts.

Describe the solution you'd like

Allow defining an ignored scope in order to use scopes for exclusions rather than inclusions.

Describe alternatives you've considered

Manually building a scope for the instance intended to monitor "everything except critical"

Additional context

No response

@github-actions
Copy link

Hi there! 👋🏼 As you're new to this repo, we'd like to suggest that you read our code of conduct as well as our contribution guidelines. Thanks a bunch for opening your first issue! 🙏

@piksel
Copy link
Member

piksel commented Jan 29, 2023

Yes, the "default" scope should be treated as it's own scope and not apply to other scoped containers. This has been suggested before, but no one has implemented yet.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants