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 to exclude certain data storages from the billing reports #2580

Open
sidoruka opened this issue Mar 31, 2022 · 2 comments
Open

Allow to exclude certain data storages from the billing reports #2580

sidoruka opened this issue Mar 31, 2022 · 2 comments
Assignees
Labels
goal/dorado ✨ kind/enhancement New feature or request state/has-case Issues that have test-cases sys/billing Issues related to the billing/cost reports
Milestone

Comments

@sidoruka
Copy link
Contributor

Background
At the moment, Cloud Pipeline includes any data storage into the billing reports. But we have a number of storage types which are either duplicates or managed by external cloud account:

  • Buckets, which are "mirrors" of the existing storages (i.e. those which are used for the data sharing). They are already excluded from the search results, but might be included into billing reports. Please verify
  • Data storages, which are "attached" from the external parties. These shall be excluded from the billing, while keeping in the search results.

Approach
Let's introduce a billing tag with possible values:

  • include - same as a current behavior, include into billing reports
  • exclude - do not process such storage in the billing agent at all
  • If a tag is not set - a storage shall be included
@sidoruka sidoruka added kind/enhancement New feature or request goal/dorado ✨ sys/billing Issues related to the billing/cost reports labels Mar 31, 2022
@sidoruka sidoruka added this to the v0.17 milestone Mar 31, 2022
@sidoruka
Copy link
Contributor Author

Shall be backported to release/0.16

@maryvictol
Copy link
Collaborator

Test case was created by #3398 and located here.

@maryvictol maryvictol added the state/has-case Issues that have test-cases label Dec 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
goal/dorado ✨ kind/enhancement New feature or request state/has-case Issues that have test-cases sys/billing Issues related to the billing/cost reports
Projects
None yet
Development

No branches or pull requests

3 participants