You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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! 🙏
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.
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
The text was updated successfully, but these errors were encountered: