This application exports the resource usage and its cost on Oracle Cloud Infrastructure.
$ docker run ghcr.io/westelh/oci-billing-exporter:latest run --help
Usage: oci-billing-exporter run [<options>]
Options:
--config=<path>
-h, --help Show this message and exit
--config is required.
Configuration in yaml have to contain these values at least.
# xxxxxxxxxx is a target tenancy's OCID
target: xxxxxxxxxx
You can get the jsonschema by hitting a sub command,
docker run ghcr.io/westelh/oci-billing-exporter:latest dump-config-schema > schema.json
Helm chart is packaged as oci.
$ helm install oci-billing-exporter oci://ghcr.io/westelh/charts/oci-billing-exporter --version 0.1.0