nimbix / jxe-billing-report

Billing report cron to pull JXE compute and AWS EFS Storage costs into a single emailed report.
Other
0 stars 0 forks source link

Documentation could be clearer #2

Open strus38 opened 1 year ago

strus38 commented 1 year ago

Hi Could you add in the doc what is meant by:

The report depends on a Billingcode tag/label and vault name tag/label that will need to be added to the AWS EFS/GCP Filestore.

Are those labels specifics or free? could you give a working exemple?

Also could you add a directory: 'examples' with a dummy report so we can see what is inside?

Thanks a lot.

mark-nimbix commented 1 year ago

Sorry for the late reply. This refers to the labels for GCP Filestore or the tags for AWS EFS. This is a mechanism to track several resources for a single customer and identify which storage item should be associated with which billing code. In either case the code looks for labels or tags for GCP/AWS respectively with a key of your choosing. Look at the helm values. The bctag and nametag values refer to the labels you add to the filestores.

https://github.com/nimbix/jxe-billing-report/blob/master/helm/values.yaml

I will try to make this more clear in future revisions.