openmeter icon indicating copy to clipboard operation
openmeter copied to clipboard

Cloud Metering for AI, Billing and FinOps. Collect and aggregate millions of usage events in real-time.

Results 145 openmeter issues
Sort by recently updated
recently updated
newest added

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 [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=k8s.io/apimachinery&package-manager=go_modules&previous-version=0.34.1&new-version=0.34.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with...

area/dependencies
dependency/go

## 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) - [ ]...

release-note/misc

## 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":...

release-note/feature

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...

release-note/feature
area/billing

release-note/breaking-change
release-note/feature

## 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...

release-note/misc

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...

release-note/bug-fix
area/product-catalog

## 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**...

release-note/misc

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...

kind/feature
question