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

feat: rework config to allow for inclusion/exclusion of features #3

Merged
merged 5 commits into from
May 2, 2024

Conversation

obs-gh-alexlew
Copy link
Collaborator

@obs-gh-alexlew obs-gh-alexlew commented May 1, 2024

Description

OB-2999 Please explain the changes you made here.

Checklist

  • Created tests which fail without the change (if possible)
  • Extended the README / documentation, if necessary

@@ -0,0 +1,36 @@
receivers:
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

@NathanNam as part of this change I'm splitting the overall config into subconfigs for logs and metrics that we can include/exclude based on whether enabled is set in the top level config and then a base config. just want you to be aware of the new structure of the config files. also, we can't support any pipelines that require both to be enabled namely the count connector since then the state where either is disabled is invalid. will be a limitation in general that we'd have to work around. so basically all features/configs need to be independent of each other.

@obs-gh-alexlew obs-gh-alexlew merged commit 5684dc3 into main May 2, 2024
1 check passed
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

Successfully merging this pull request may close these issues.

2 participants