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

Add source plugin system #92

Open
4 of 5 tasks
Spazzy757 opened this issue Apr 16, 2024 · 0 comments
Open
4 of 5 tasks

Add source plugin system #92

Spazzy757 opened this issue Apr 16, 2024 · 0 comments
Labels
EPIC roadmapping epic

Comments

@Spazzy757
Copy link
Contributor

Spazzy757 commented Apr 16, 2024

Description

We need to have the ability to add sources to Aether for the cases of on-prem and different monitoring stacks. This will be quite a big refactor to accommodate this as we will need to figure out the factor's logic.

I propose we do this in a couple of steps:

  • Define an interface for a source
  • Adapt GCP providers to adhere to this interface (this essentially will have the same functionality that we currently have)
  • Adapt AWS providers to adhere to this interface (this essentially will have the same functionality that we currently have)
  • Adapt factors to be able to load custom data factors (bring your own data source)
  • Create a plugin setup (similar to exporters) that will load sources externally

Each of the above should get its own issue and we should try make sure all changes are backwards compatible

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

No branches or pull requests

1 participant