You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The result of any metering system is costs&usage reports. One of the important use-cases of report usage is data exporting.
There are two goals of data exports:
Integration (accounting/payment systems). A scenario in which reports are exported from OpenMeter to target systems such as Stripe, Paypal, OEBS, NetSuite, etc. In this case, each system has its own data format, and standardization is impossible.
FinOps Observability (datalakes, dwh). In this scenario, data is typically uploaded to customer's S3 in a specific format at a specific frequency. Then transferred by customers into company-wide DWH/Data Lake. This practice is presented, for example, in all top cloud providers such as GCP, AWS, Azure and some SaaS services.
So, we use CloudEvent CNCF specification for OpenMeter as input at Ingesting API. Probably we should consider FOCUS (FinOps Open Cost & Usage Specification) as OpenMeter output at Reports Exporting API.
@kbespalov this is a great idea; thank you for the detailed path forward. I think OpenMeter can play a significant role in providing usage for cloud cost analysis if we support FOCUS as you highlighted above.
We are following FinOps FOCUS conversations and are mainly waiting for 1.0.0 to see what dimensions will be required. One challenge with FOCUS is that it currently has required non-nullable dimensions like Region, Service Category, and Service Name. These can be static values but we need to collect them somehow, wondering if we should ask them in OpenMeter config.yaml as global config or per meter config or make it required to pass in the FOCUS output API.
What do you think?
Preflight Checklist
Problem Description
At the moment we use CloudEvent (https://cloudevents.io/) to define OpenMeter ingesting API specification.
The result of any metering system is costs&usage reports. One of the important use-cases of report usage is data exporting.
There are two goals of data exports:
Integration (accounting/payment systems). A scenario in which reports are exported from OpenMeter to target systems such as Stripe, Paypal, OEBS, NetSuite, etc. In this case, each system has its own data format, and standardization is impossible.
FinOps Observability (datalakes, dwh). In this scenario, data is typically uploaded to customer's S3 in a specific format at a specific frequency. Then transferred by customers into company-wide DWH/Data Lake. This practice is presented, for example, in all top cloud providers such as GCP, AWS, Azure and some SaaS services.
So, we use CloudEvent CNCF specification for OpenMeter as
input
at Ingesting API. Probably we should consider FOCUS (FinOps Open Cost & Usage Specification) as OpenMeteroutput
at Reports Exporting API.Proposed Solution
Alternatives Considered
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: