openmeter
openmeter copied to clipboard
Cloud Metering for AI, Billing and FinOps. Collect and aggregate millions of usage events in real-time.
Bumps the k8s group with 1 update: [k8s.io/apimachinery](https://github.com/kubernetes/apimachinery). Updates `k8s.io/apimachinery` from 0.34.1 to 0.34.2 Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with...
## Overview Rudimentary cost-of-goods-sold estimates based on round-trip times... ## TODO - [ ] Make RouteHandler and other attributes/labels available inside handlers (currently only `otelhttp` accesses them) - [ ]...
## Overview `client.create_customer()` method is throwing exception even after successfully creating the customer. The problem is in response status handling. The code is considering 200 as success status code while...
## Cost `GET /api/v1/billing/invoices/{"invoiceId}/lines/{lineId}/cost?windowSize=HOUR` ```json { "cost": "2.4", "costPerUnit": "0.0000119845997893", "currency": "USD", "from": "2025-10-11T16:36:43Z", "internalCost": "2.00257", "internalCostPerUnit": "0.8344041666666667", "margin": "0.39743", "marginRate": "0.1655958333333333", "rows": [ { "cost": "1.1208477106944932", "costPerUnit": "0.0000119845997893", "groupBy":...
This is a PoC to help understand the cost behind invoice line items and break them down by meter dimensions. This is useful to understand the invoiced cost of individual...
## Overview Fixes #(issue) ## Notes for reviewer ## Summary by CodeRabbit * **Bug Fixes** * Creating credit grants now validates input: amount must be greater than zero and an...
This PR replaces the key in the Feature API with the ExternalKey type, which allows for UUIDs. ## Summary by CodeRabbit - New Features - Feature keys now support up...
## Summary by CodeRabbit * **Bug Fixes** * Standardized HTTP bearer auth scheme to lowercase across API specifications, improving compatibility with tools and client generators (PortalTokenAuth, CloudTokenAuth, CloudPortalTokenAuth). * **Chores**...
I realize this is an old PR but I'm curious why this is not an intended use case for OpenMeter to support? It seems this is a very natural way...