Metering
meshStack supports metering and billing for all versions of Cloud Foundry.
Prerequisites
- Cloud Foundry user with
GlobalAuditor
role - CloudFoundry APIs are accessible by meshStack metering collector components
Supported Resources
Resources with the following traits are addressable in the Product Catalog.
Apps
id: cf.app
traits:
- SIZE (Instances * RAM)
- EVENT
- APP_STATE
Marketplace
id: cf.service.instance
traits:
- PLAN_ID
- TYPE
Spaces
The Space resource is useful for attaching prices directly to a Cloud Foundry Space, regardless of any actual resource consumption.
Common use cases include using
cf.space
for chargeback of PCF licensing fees to consumers of a cloud platform.
id: cf.space
traits: []